Shades of Kelly Green #32BC16
Tints of Kelly Green #32BC16
RGB
CMYK
RGB Variations
Color information
#32BC16 (or 0x32BC16) is known color: Kelly Green. HEX triplet: 32, BC and 16. RGB value is (50,188,22). Sum of RGB (Red+Green+Blue) = 50+188+22=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 188 (73.83% from 255 or 72.31% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BC16 is #CD43E9. Grayscale: #808080. Windows color (decimal): -13452266 or 1489970. OLE color: 1489970.
HSL color Cylindrical-coordinate representation of color #32BC16: hue angle of 109.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32BC16 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 22 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.26 |
| HSL | 109.88º | 0.79% | 0.41% | - |
| HSV(B) | 109.88º | 0.88% | 0.74% | - |
| XYZ | 19.44 | 36.7 | 6.82 | - |
| YUV | 127.81 | 68.28 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 22 | 0.73 | 0 | 0.88 | 0.26 | 109.88 | 0.79 | 0.41 |
| Hex | 32 | BC | 16 | 49 | 0 | 58 | 1A | 6E | 4F | 29 |
| Octal | 62 | 274 | 26 | 111 | 0 | 130 | 32 | 156 | 117 | 51 |
| Binary | 110010 | 10111100 | 10110 | 1001001 | 0 | 1011000 | 11010 | 1101110 | 1001111 | 101001 |
Color Harmonies of #32BC16
Complementary color
Monochromatic Colors of #32BC16
Black with #32BC16
Text Example
Text Example
White with #32BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC16; }
p { color: rgb(50,188,22); }
H1.HeaderClassName
{
color: #32BC16;
}
.AnyTagClassName
{
color: #32BC16;
}
</style>
background-color css
<style>
a { background-color: #32BC16; }
a { background-color: rgb(50,188,22); }
div.DivClassName
{
background-color: #32BC16;
}
.BgClassName
{
background-color: #32BC16;
}
</style>
border-color css
<style>
span { border-color: #32BC16; }
span { border-color: rgb(50,188,22); }
td.TdClassName
{
border-color: #32BC16;
}
.TagClassName
{
border-color: #32BC16;
}
</style>