#20bb4f

Color #20BB4F Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #20BB4F

Tints of Dark Pastel Green #20BB4F

Color information

#20BB4F (or 0x20BB4F) is unknown color: approx Dark Pastel Green. HEX triplet: 20, BB and 4F. RGB value is (32,187,79). Sum of RGB (Red+Green+Blue) = 32+187+79=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 187 (73.44% from 255 or 62.75% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 187 - color contains mainly: green. Hex color #20BB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BB4F is #DF44B0. Grayscale: #808080. Windows color (decimal): -14632113 or 5225248. OLE color: 5225248.

HSL color Cylindrical-coordinate representation of color #20BB4F: hue angle of 138.19º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BB4F is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB3218779-
CMYK0.8300.580.27
HSL138.19º70.78%42.94%-
HSV(B)138.19º82.89%73.33%-
XYZ19.7836.4113.38-
YUV128.34100.1559.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 10.74%
GREEN value IS 187 (73.44% from 255) = 62.75%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=10.74%
G=62.75%
B=26.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal32187790.8300.580.27138.1970.7842.94
Hex20BB4F5303A1B8a472b
Octal402731171230723321210753
Binary1000001011101110011111010011011101011011100010101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20bb4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20bb4f; }

 p { color: rgb(32,187,79); }

 H1.HeaderClassName
 {
   color: #20bb4f;
 }
 .AnyTagClassName
 {
   color: #20bb4f;
 }
</style>
background-color css

<style>
 a { background-color: #20bb4f; }

 a { background-color: rgb(32,187,79); }

 div.DivClassName
 {
   background-color: #20bb4f;
 }
 .BgClassName
 {
   background-color: #20bb4f;
 }
</style>
border-color css

<style>
 span { border-color: #20bb4f; }

 span { border-color: rgb(32,187,79); }

 td.TdClassName
 {
   border-color: #20bb4f;
 }
 .TagClassName
 {
   border-color: #20bb4f;
 }
</style>