#32BD00

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

Shades of Kelly Green #32BD00

Tints of Kelly Green #32BD00

Color information

#32BD00 (or 0x32BD00) is unknown color: approx Kelly Green. HEX triplet: 32, BD and 00. RGB value is (50,189,0). Sum of RGB (Red+Green+Blue) = 50+189+0=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 189 (74.22% from 255 or 79.08% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BD00 is #CD42FF. Grayscale: #7E7E7E. Windows color (decimal): -13452032 or 48434. OLE color: 48434.

HSL color Cylindrical-coordinate representation of color #32BD00: hue angle of 104.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32BD00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB501890-
CMYK0.74010.26
HSL104.13º100%37.06%-
HSV(B)104.13º100%74.12%-
XYZ19.5137.076.13-
YUV125.8956.9573.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 189 (74.22% from 255) = 79.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.92%
G=79.08%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5018900.74010.26104.1310037.06
Hex32BD04A0641A686425
Octal62275011201443215014445
Binary1100101011110101001010011001001101011010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32BD00; }

 p { color: rgb(50,189,0); }

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

<style>
 a { background-color: #32BD00; }

 a { background-color: rgb(50,189,0); }

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

<style>
 span { border-color: #32BD00; }

 span { border-color: rgb(50,189,0); }

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