#32cf00

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

Shades of Kelly Green #32CF00

Tints of Kelly Green #32CF00

Color information

#32CF00 (or 0x32CF00) is unknown color: approx Kelly Green. HEX triplet: 32, CF and 00. RGB value is (50,207,0). Sum of RGB (Red+Green+Blue) = 50+207+0=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 207 (81.25% from 255 or 80.54% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CF00 is #CD30FF. Grayscale: #898989. Windows color (decimal): -13447424 or 53042. OLE color: 53042.

HSL color Cylindrical-coordinate representation of color #32CF00: hue angle of 105.51º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32CF00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB502070-
CMYK0.76010.19
HSL105.51º100%40.59%-
HSV(B)105.51º100%81.18%-
XYZ23.6345.37.5-
YUV136.4650.9966.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 207 (81.25% from 255) = 80.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.46%
G=80.54%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal5020700.76010.19105.5110040.59
Hex32CF04C064136a6429
Octal62317011401442315214451
Binary1100101100111101001100011001001001111010101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32cf00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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