#20BD08

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

Shades of Kelly Green #20BD08

Tints of Kelly Green #20BD08

Color information

#20BD08 (or 0x20BD08) is unknown color: approx Kelly Green. HEX triplet: 20, BD and 08. RGB value is (32,189,8). Sum of RGB (Red+Green+Blue) = 32+189+8=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 189 (74.22% from 255 or 82.53% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BD08 is #DF42F7. Grayscale: #797979. Windows color (decimal): -14631672 or 572704. OLE color: 572704.

HSL color Cylindrical-coordinate representation of color #20BD08: hue angle of 112.04º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20BD08 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB321898-
CMYK0.8300.960.26
HSL112.04º91.88%38.63%-
HSV(B)112.04º95.77%74.12%-
XYZ18.8436.726.32-
YUV121.4263.9964.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 189 (74.22% from 255) = 82.53%
BLUE value IS 8 (3.52% from 255) = 3.49%
R=13.97%
G=82.53%
B=3.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3218980.8300.960.26112.0491.8838.63
Hex20BD8530601A705c27
Octal402751012301403216013447
Binary1000001011110110001010011011000001101011100001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,189,8); }

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

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

 a { background-color: rgb(32,189,8); }

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

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

 span { border-color: rgb(32,189,8); }

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