Shades of Kelly Green #32AB14
Tints of Kelly Green #32AB14
RGB
CMYK
RGB Variations
Color information
#32AB14 (or 0x32AB14) is known color: Kelly Green. HEX triplet: 32, AB and 14. RGB value is (50,171,20). Sum of RGB (Red+Green+Blue) = 50+171+20=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 171 (67.19% from 255 or 70.95% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AB14 is #CD54EB. Grayscale: #767676. Windows color (decimal): -13456620 or 1354546. OLE color: 1354546.
HSL color Cylindrical-coordinate representation of color #32AB14: hue angle of 108.08º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32AB14 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 20 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.33 |
| HSL | 108.08º | 0.79% | 0.37% | - |
| HSV(B) | 108.08º | 0.88% | 0.67% | - |
| XYZ | 16 | 29.85 | 5.58 | - |
| YUV | 117.61 | 72.91 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 20 | 0.71 | 0 | 0.88 | 0.33 | 108.08 | 0.79 | 0.37 |
| Hex | 32 | AB | 14 | 47 | 0 | 58 | 21 | 6C | 4F | 25 |
| Octal | 62 | 253 | 24 | 107 | 0 | 130 | 41 | 154 | 117 | 45 |
| Binary | 110010 | 10101011 | 10100 | 1000111 | 0 | 1011000 | 100001 | 1101100 | 1001111 | 100101 |
Color Harmonies of #32AB14
Complementary color
Monochromatic Colors of #32AB14
Black with #32AB14
Text Example
Text Example
White with #32AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB14; }
p { color: rgb(50,171,20); }
H1.HeaderClassName
{
color: #32AB14;
}
.AnyTagClassName
{
color: #32AB14;
}
</style>
background-color css
<style>
a { background-color: #32AB14; }
a { background-color: rgb(50,171,20); }
div.DivClassName
{
background-color: #32AB14;
}
.BgClassName
{
background-color: #32AB14;
}
</style>
border-color css
<style>
span { border-color: #32AB14; }
span { border-color: rgb(50,171,20); }
td.TdClassName
{
border-color: #32AB14;
}
.TagClassName
{
border-color: #32AB14;
}
</style>