Shades of Kelly Green #32CE10
Tints of Kelly Green #32CE10
RGB
CMYK
RGB Variations
Color information
#32CE10 (or 0x32CE10) is known color: Kelly Green. HEX triplet: 32, CE and 10. RGB value is (50,206,16). Sum of RGB (Red+Green+Blue) = 50+206+16=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 206 (80.86% from 255 or 75.74% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CE10 is #CD31EF. Grayscale: #8A8A8A. Windows color (decimal): -13447664 or 1101362. OLE color: 1101362.
HSL color Cylindrical-coordinate representation of color #32CE10: hue angle of 109.26º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32CE10 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 16 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.19 |
| HSL | 109.26º | 0.86% | 0.44% | - |
| HSV(B) | 109.26º | 0.92% | 0.81% | - |
| XYZ | 23.48 | 44.86 | 7.91 | - |
| YUV | 137.7 | 59.32 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 16 | 0.76 | 0 | 0.92 | 0.19 | 109.26 | 0.86 | 0.44 |
| Hex | 32 | CE | 10 | 4C | 0 | 5C | 13 | 6D | 56 | 2C |
| Octal | 62 | 316 | 20 | 114 | 0 | 134 | 23 | 155 | 126 | 54 |
| Binary | 110010 | 11001110 | 10000 | 1001100 | 0 | 1011100 | 10011 | 1101101 | 1010110 | 101100 |
Color Harmonies of #32CE10
Complementary color
Monochromatic Colors of #32CE10
Black with #32CE10
Text Example
Text Example
White with #32CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE10; }
p { color: rgb(50,206,16); }
H1.HeaderClassName
{
color: #32CE10;
}
.AnyTagClassName
{
color: #32CE10;
}
</style>
background-color css
<style>
a { background-color: #32CE10; }
a { background-color: rgb(50,206,16); }
div.DivClassName
{
background-color: #32CE10;
}
.BgClassName
{
background-color: #32CE10;
}
</style>
border-color css
<style>
span { border-color: #32CE10; }
span { border-color: rgb(50,206,16); }
td.TdClassName
{
border-color: #32CE10;
}
.TagClassName
{
border-color: #32CE10;
}
</style>