Shades of Kelly Green #32CD11
Tints of Kelly Green #32CD11
RGB
CMYK
RGB Variations
Color information
#32CD11 (or 0x32CD11) is known color: Kelly Green. HEX triplet: 32, CD and 11. RGB value is (50,205,17). Sum of RGB (Red+Green+Blue) = 50+205+17=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 205 (80.47% from 255 or 75.37% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CD11 is #CD32EE. Grayscale: #898989. Windows color (decimal): -13447919 or 1166642. OLE color: 1166642.
HSL color Cylindrical-coordinate representation of color #32CD11: hue angle of 109.47º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32CD11 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 17 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.20 |
| HSL | 109.47º | 0.85% | 0.44% | - |
| HSV(B) | 109.47º | 0.92% | 0.8% | - |
| XYZ | 23.25 | 44.38 | 7.87 | - |
| YUV | 137.22 | 60.15 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 17 | 0.76 | 0 | 0.92 | 0.20 | 109.47 | 0.85 | 0.44 |
| Hex | 32 | CD | 11 | 4C | 0 | 5C | 14 | 6D | 55 | 2C |
| Octal | 62 | 315 | 21 | 114 | 0 | 134 | 24 | 155 | 125 | 54 |
| Binary | 110010 | 11001101 | 10001 | 1001100 | 0 | 1011100 | 10100 | 1101101 | 1010101 | 101100 |
Color Harmonies of #32CD11
Complementary color
Monochromatic Colors of #32CD11
Black with #32CD11
Text Example
Text Example
White with #32CD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD11; }
p { color: rgb(50,205,17); }
H1.HeaderClassName
{
color: #32CD11;
}
.AnyTagClassName
{
color: #32CD11;
}
</style>
background-color css
<style>
a { background-color: #32CD11; }
a { background-color: rgb(50,205,17); }
div.DivClassName
{
background-color: #32CD11;
}
.BgClassName
{
background-color: #32CD11;
}
</style>
border-color css
<style>
span { border-color: #32CD11; }
span { border-color: rgb(50,205,17); }
td.TdClassName
{
border-color: #32CD11;
}
.TagClassName
{
border-color: #32CD11;
}
</style>