Shades of Kelly Green #32A504
Tints of Kelly Green #32A504
RGB
CMYK
RGB Variations
Color information
#32A504 (or 0x32A504) is known color: Kelly Green. HEX triplet: 32, A5 and 04. RGB value is (50,165,4). Sum of RGB (Red+Green+Blue) = 50+165+4=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 165 (64.84% from 255 or 75.34% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 165 - color contains mainly: green. Hex color #32A504 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A504 is #CD5AFB. Grayscale: #707070. Windows color (decimal): -13458172 or 304434. OLE color: 304434.
HSL color Cylindrical-coordinate representation of color #32A504: hue angle of 102.86º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32A504 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 4 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.35 |
| HSL | 102.86º | 0.95% | 0.33% | - |
| HSV(B) | 102.86º | 0.98% | 0.65% | - |
| XYZ | 14.79 | 27.6 | 4.66 | - |
| YUV | 112.26 | 66.9 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 4 | 0.70 | 0 | 0.98 | 0.35 | 102.86 | 0.95 | 0.33 |
| Hex | 32 | A5 | 4 | 46 | 0 | 62 | 23 | 67 | 5F | 21 |
| Octal | 62 | 245 | 4 | 106 | 0 | 142 | 43 | 147 | 137 | 41 |
| Binary | 110010 | 10100101 | 100 | 1000110 | 0 | 1100010 | 100011 | 1100111 | 1011111 | 100001 |
Color Harmonies of #32A504
Complementary color
Monochromatic Colors of #32A504
Black with #32A504
Text Example
Text Example
White with #32A504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A504; }
p { color: rgb(50,165,4); }
H1.HeaderClassName
{
color: #32A504;
}
.AnyTagClassName
{
color: #32A504;
}
</style>
background-color css
<style>
a { background-color: #32A504; }
a { background-color: rgb(50,165,4); }
div.DivClassName
{
background-color: #32A504;
}
.BgClassName
{
background-color: #32A504;
}
</style>
border-color css
<style>
span { border-color: #32A504; }
span { border-color: rgb(50,165,4); }
td.TdClassName
{
border-color: #32A504;
}
.TagClassName
{
border-color: #32A504;
}
</style>