Shades of Kelly Green #32AB02
Tints of Kelly Green #32AB02
RGB
CMYK
RGB Variations
Color information
#32AB02 (or 0x32AB02) is known color: Kelly Green. HEX triplet: 32, AB and 02. RGB value is (50,171,2). Sum of RGB (Red+Green+Blue) = 50+171+2=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 171 (67.19% from 255 or 76.68% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AB02 is #CD54FD. Grayscale: #747474. Windows color (decimal): -13456638 or 174898. OLE color: 174898.
HSL color Cylindrical-coordinate representation of color #32AB02: hue angle of 102.96º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32AB02 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 2 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.33 |
| HSL | 102.96º | 0.98% | 0.34% | - |
| HSV(B) | 102.96º | 0.99% | 0.67% | - |
| XYZ | 15.89 | 29.81 | 4.97 | - |
| YUV | 115.56 | 63.91 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 2 | 0.71 | 0 | 0.99 | 0.33 | 102.96 | 0.98 | 0.34 |
| Hex | 32 | AB | 2 | 47 | 0 | 63 | 21 | 67 | 62 | 22 |
| Octal | 62 | 253 | 2 | 107 | 0 | 143 | 41 | 147 | 142 | 42 |
| Binary | 110010 | 10101011 | 10 | 1000111 | 0 | 1100011 | 100001 | 1100111 | 1100010 | 100010 |
Color Harmonies of #32AB02
Complementary color
Monochromatic Colors of #32AB02
Black with #32AB02
Text Example
Text Example
White with #32AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB02; }
p { color: rgb(50,171,2); }
H1.HeaderClassName
{
color: #32AB02;
}
.AnyTagClassName
{
color: #32AB02;
}
</style>
background-color css
<style>
a { background-color: #32AB02; }
a { background-color: rgb(50,171,2); }
div.DivClassName
{
background-color: #32AB02;
}
.BgClassName
{
background-color: #32AB02;
}
</style>
border-color css
<style>
span { border-color: #32AB02; }
span { border-color: rgb(50,171,2); }
td.TdClassName
{
border-color: #32AB02;
}
.TagClassName
{
border-color: #32AB02;
}
</style>