#32C210

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

Shades of Kelly Green #32C210

Tints of Kelly Green #32C210

Color information

#32C210 (or 0x32C210) is unknown color: approx Kelly Green. HEX triplet: 32, C2 and 10. RGB value is (50,194,16). Sum of RGB (Red+Green+Blue) = 50+194+16=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 194 (76.17% from 255 or 74.62% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 194 - color contains mainly: green. Hex color #32C210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C210 is #CD3DEF. Grayscale: #838383. Windows color (decimal): -13450736 or 1098290. OLE color: 1098290.

HSL color Cylindrical-coordinate representation of color #32C210: hue angle of 108.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32C210 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB5019416-
CMYK0.7400.920.24
HSL108.54º84.76%41.18%-
HSV(B)108.54º91.75%76.08%-
XYZ20.739.36.98-
YUV130.6563.2970.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 194 (76.17% from 255) = 74.62%
BLUE value IS 16 (6.64% from 255) = 6.15%
R=19.23%
G=74.62%
B=6.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50194160.7400.920.24108.5484.7641.18
Hex32C2104A05C186d5529
Octal623022011201343015512551
Binary11001011000010100001001010010111001100011011011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,194,16); }

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

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

 a { background-color: rgb(50,194,16); }

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

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

 span { border-color: rgb(50,194,16); }

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