Shades of Kelly Green #32AB13
Tints of Kelly Green #32AB13
RGB
CMYK
RGB Variations
Color information
#32AB13 (or 0x32AB13) is known color: Kelly Green. HEX triplet: 32, AB and 13. RGB value is (50,171,19). Sum of RGB (Red+Green+Blue) = 50+171+19=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 171 (67.19% from 255 or 71.25% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AB13 is #CD54EC. Grayscale: #757575. Windows color (decimal): -13456621 or 1289010. OLE color: 1289010.
HSL color Cylindrical-coordinate representation of color #32AB13: hue angle of 107.76º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32AB13 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 19 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.33 |
| HSL | 107.76º | 0.8% | 0.37% | - |
| HSV(B) | 107.76º | 0.89% | 0.67% | - |
| XYZ | 16 | 29.85 | 5.53 | - |
| YUV | 117.49 | 72.41 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 19 | 0.71 | 0 | 0.89 | 0.33 | 107.76 | 0.8 | 0.37 |
| Hex | 32 | AB | 13 | 47 | 0 | 59 | 21 | 6C | 50 | 25 |
| Octal | 62 | 253 | 23 | 107 | 0 | 131 | 41 | 154 | 120 | 45 |
| Binary | 110010 | 10101011 | 10011 | 1000111 | 0 | 1011001 | 100001 | 1101100 | 1010000 | 100101 |
Color Harmonies of #32AB13
Complementary color
Monochromatic Colors of #32AB13
Black with #32AB13
Text Example
Text Example
White with #32AB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB13; }
p { color: rgb(50,171,19); }
H1.HeaderClassName
{
color: #32AB13;
}
.AnyTagClassName
{
color: #32AB13;
}
</style>
background-color css
<style>
a { background-color: #32AB13; }
a { background-color: rgb(50,171,19); }
div.DivClassName
{
background-color: #32AB13;
}
.BgClassName
{
background-color: #32AB13;
}
</style>
border-color css
<style>
span { border-color: #32AB13; }
span { border-color: rgb(50,171,19); }
td.TdClassName
{
border-color: #32AB13;
}
.TagClassName
{
border-color: #32AB13;
}
</style>