Shades of Kelly Green #32BA14
Tints of Kelly Green #32BA14
RGB
CMYK
RGB Variations
Color information
#32BA14 (or 0x32BA14) is known color: Kelly Green. HEX triplet: 32, BA and 14. RGB value is (50,186,20). Sum of RGB (Red+Green+Blue) = 50+186+20=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BA14 is #CD45EB. Grayscale: #7E7E7E. Windows color (decimal): -13452780 or 1358386. OLE color: 1358386.
HSL color Cylindrical-coordinate representation of color #32BA14: hue angle of 109.16º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32BA14 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 20 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.27 |
| HSL | 109.16º | 0.81% | 0.4% | - |
| HSV(B) | 109.16º | 0.89% | 0.73% | - |
| XYZ | 19 | 35.85 | 6.58 | - |
| YUV | 126.41 | 67.94 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 20 | 0.73 | 0 | 0.89 | 0.27 | 109.16 | 0.81 | 0.4 |
| Hex | 32 | BA | 14 | 49 | 0 | 59 | 1B | 6D | 51 | 28 |
| Octal | 62 | 272 | 24 | 111 | 0 | 131 | 33 | 155 | 121 | 50 |
| Binary | 110010 | 10111010 | 10100 | 1001001 | 0 | 1011001 | 11011 | 1101101 | 1010001 | 101000 |
Color Harmonies of #32BA14
Complementary color
Monochromatic Colors of #32BA14
Black with #32BA14
Text Example
Text Example
White with #32BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA14; }
p { color: rgb(50,186,20); }
H1.HeaderClassName
{
color: #32BA14;
}
.AnyTagClassName
{
color: #32BA14;
}
</style>
background-color css
<style>
a { background-color: #32BA14; }
a { background-color: rgb(50,186,20); }
div.DivClassName
{
background-color: #32BA14;
}
.BgClassName
{
background-color: #32BA14;
}
</style>
border-color css
<style>
span { border-color: #32BA14; }
span { border-color: rgb(50,186,20); }
td.TdClassName
{
border-color: #32BA14;
}
.TagClassName
{
border-color: #32BA14;
}
</style>