Shades of Kelly Green #32A508
Tints of Kelly Green #32A508
RGB
CMYK
RGB Variations
Color information
#32A508 (or 0x32A508) is known color: Kelly Green. HEX triplet: 32, A5 and 08. RGB value is (50,165,8). Sum of RGB (Red+Green+Blue) = 50+165+8=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 165 (64.84% from 255 or 73.99% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 165 - color contains mainly: green. Hex color #32A508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A508 is #CD5AF7. Grayscale: #717171. Windows color (decimal): -13458168 or 566578. OLE color: 566578.
HSL color Cylindrical-coordinate representation of color #32A508: hue angle of 103.95º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32A508 is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 8 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.35 |
| HSL | 103.95º | 0.91% | 0.34% | - |
| HSV(B) | 103.95º | 0.95% | 0.65% | - |
| XYZ | 14.81 | 27.61 | 4.78 | - |
| YUV | 112.72 | 68.9 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 8 | 0.70 | 0 | 0.95 | 0.35 | 103.95 | 0.91 | 0.34 |
| Hex | 32 | A5 | 8 | 46 | 0 | 5F | 23 | 68 | 5B | 22 |
| Octal | 62 | 245 | 10 | 106 | 0 | 137 | 43 | 150 | 133 | 42 |
| Binary | 110010 | 10100101 | 1000 | 1000110 | 0 | 1011111 | 100011 | 1101000 | 1011011 | 100010 |
Color Harmonies of #32A508
Complementary color
Monochromatic Colors of #32A508
Black with #32A508
Text Example
Text Example
White with #32A508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A508; }
p { color: rgb(50,165,8); }
H1.HeaderClassName
{
color: #32A508;
}
.AnyTagClassName
{
color: #32A508;
}
</style>
background-color css
<style>
a { background-color: #32A508; }
a { background-color: rgb(50,165,8); }
div.DivClassName
{
background-color: #32A508;
}
.BgClassName
{
background-color: #32A508;
}
</style>
border-color css
<style>
span { border-color: #32A508; }
span { border-color: rgb(50,165,8); }
td.TdClassName
{
border-color: #32A508;
}
.TagClassName
{
border-color: #32A508;
}
</style>