#20BF00

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

Shades of Kelly Green #20BF00

Tints of Kelly Green #20BF00

Color information

#20BF00 (or 0x20BF00) is unknown color: approx Kelly Green. HEX triplet: 20, BF and 00. RGB value is (32,191,0). Sum of RGB (Red+Green+Blue) = 32+191+0=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 191 (75% from 255 or 85.65% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BF00 is #DF40FF. Grayscale: #7A7A7A. Windows color (decimal): -14631168 or 48928. OLE color: 48928.

HSL color Cylindrical-coordinate representation of color #20BF00: hue angle of 109.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20BF00 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB321910-
CMYK0.83010.25
HSL109.95º100%37.45%-
HSV(B)109.95º100%74.9%-
XYZ19.2337.576.24-
YUV121.6859.3264.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.35%
GREEN value IS 191 (75% from 255) = 85.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.35%
G=85.65%
B=0%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3219100.83010.25109.9510037.45
Hex20BF053064196e6425
Octal40277012301443115614445
Binary1000001011111101010011011001001100111011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,191,0); }

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

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

 a { background-color: rgb(32,191,0); }

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

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

 span { border-color: rgb(32,191,0); }

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