Shades of Kelly Green #32B402
Tints of Kelly Green #32B402
RGB
CMYK
RGB Variations
Color information
#32B402 (or 0x32B402) is known color: Kelly Green. HEX triplet: 32, B4 and 02. RGB value is (50,180,2). Sum of RGB (Red+Green+Blue) = 50+180+2=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 180 (70.70% from 255 or 77.59% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 180 - color contains mainly: green. Hex color #32B402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B402 is #CD4BFD. Grayscale: #797979. Windows color (decimal): -13454334 or 177202. OLE color: 177202.
HSL color Cylindrical-coordinate representation of color #32B402: hue angle of 103.82º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32B402 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 2 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.29 |
| HSL | 103.82º | 0.98% | 0.36% | - |
| HSV(B) | 103.82º | 0.99% | 0.71% | - |
| XYZ | 17.65 | 33.33 | 5.56 | - |
| YUV | 120.84 | 60.93 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 2 | 0.72 | 0 | 0.99 | 0.29 | 103.82 | 0.98 | 0.36 |
| Hex | 32 | B4 | 2 | 48 | 0 | 63 | 1D | 68 | 62 | 24 |
| Octal | 62 | 264 | 2 | 110 | 0 | 143 | 35 | 150 | 142 | 44 |
| Binary | 110010 | 10110100 | 10 | 1001000 | 0 | 1100011 | 11101 | 1101000 | 1100010 | 100100 |
Color Harmonies of #32B402
Complementary color
Monochromatic Colors of #32B402
Black with #32B402
Text Example
Text Example
White with #32B402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B402; }
p { color: rgb(50,180,2); }
H1.HeaderClassName
{
color: #32B402;
}
.AnyTagClassName
{
color: #32B402;
}
</style>
background-color css
<style>
a { background-color: #32B402; }
a { background-color: rgb(50,180,2); }
div.DivClassName
{
background-color: #32B402;
}
.BgClassName
{
background-color: #32B402;
}
</style>
border-color css
<style>
span { border-color: #32B402; }
span { border-color: rgb(50,180,2); }
td.TdClassName
{
border-color: #32B402;
}
.TagClassName
{
border-color: #32B402;
}
</style>