Shades of Kelly Green #32C202
Tints of Kelly Green #32C202
RGB
CMYK
RGB Variations
Color information
#32C202 (or 0x32C202) is known color: Kelly Green. HEX triplet: 32, C2 and 02. RGB value is (50,194,2). Sum of RGB (Red+Green+Blue) = 50+194+2=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 194 (76.17% from 255 or 78.86% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 194 - color contains mainly: green. Hex color #32C202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C202 is #CD3DFD. Grayscale: #818181. Windows color (decimal): -13450750 or 180786. OLE color: 180786.
HSL color Cylindrical-coordinate representation of color #32C202: hue angle of 105º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32C202 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.24 |
| HSL | 105º | 0.98% | 0.38% | - |
| HSV(B) | 105º | 0.99% | 0.76% | - |
| XYZ | 20.62 | 39.27 | 6.55 | - |
| YUV | 129.06 | 56.29 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 2 | 0.74 | 0 | 0.99 | 0.24 | 105 | 0.98 | 0.38 |
| Hex | 32 | C2 | 2 | 4A | 0 | 63 | 18 | 69 | 62 | 26 |
| Octal | 62 | 302 | 2 | 112 | 0 | 143 | 30 | 151 | 142 | 46 |
| Binary | 110010 | 11000010 | 10 | 1001010 | 0 | 1100011 | 11000 | 1101001 | 1100010 | 100110 |
Color Harmonies of #32C202
Complementary color
Monochromatic Colors of #32C202
Black with #32C202
Text Example
Text Example
White with #32C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C202; }
p { color: rgb(50,194,2); }
H1.HeaderClassName
{
color: #32C202;
}
.AnyTagClassName
{
color: #32C202;
}
</style>
background-color css
<style>
a { background-color: #32C202; }
a { background-color: rgb(50,194,2); }
div.DivClassName
{
background-color: #32C202;
}
.BgClassName
{
background-color: #32C202;
}
</style>
border-color css
<style>
span { border-color: #32C202; }
span { border-color: rgb(50,194,2); }
td.TdClassName
{
border-color: #32C202;
}
.TagClassName
{
border-color: #32C202;
}
</style>