Shades of Kelly Green #32A712
Tints of Kelly Green #32A712
RGB
CMYK
RGB Variations
Color information
#32A712 (or 0x32A712) is known color: Kelly Green. HEX triplet: 32, A7 and 12. RGB value is (50,167,18). Sum of RGB (Red+Green+Blue) = 50+167+18=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 167 (65.62% from 255 or 71.06% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 167 - color contains mainly: green. Hex color #32A712 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A712 is #CD58ED. Grayscale: #737373. Windows color (decimal): -13457646 or 1222450. OLE color: 1222450.
HSL color Cylindrical-coordinate representation of color #32A712: hue angle of 107.11º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32A712 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 167 | 18 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.35 |
| HSL | 107.11º | 0.81% | 0.36% | - |
| HSV(B) | 107.11º | 0.89% | 0.65% | - |
| XYZ | 15.24 | 28.36 | 5.24 | - |
| YUV | 115.03 | 73.24 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 167 | 18 | 0.70 | 0 | 0.89 | 0.35 | 107.11 | 0.81 | 0.36 |
| Hex | 32 | A7 | 12 | 46 | 0 | 59 | 23 | 6B | 51 | 24 |
| Octal | 62 | 247 | 22 | 106 | 0 | 131 | 43 | 153 | 121 | 44 |
| Binary | 110010 | 10100111 | 10010 | 1000110 | 0 | 1011001 | 100011 | 1101011 | 1010001 | 100100 |
Color Harmonies of #32A712
Complementary color
Monochromatic Colors of #32A712
Black with #32A712
Text Example
Text Example
White with #32A712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A712; }
p { color: rgb(50,167,18); }
H1.HeaderClassName
{
color: #32A712;
}
.AnyTagClassName
{
color: #32A712;
}
</style>
background-color css
<style>
a { background-color: #32A712; }
a { background-color: rgb(50,167,18); }
div.DivClassName
{
background-color: #32A712;
}
.BgClassName
{
background-color: #32A712;
}
</style>
border-color css
<style>
span { border-color: #32A712; }
span { border-color: rgb(50,167,18); }
td.TdClassName
{
border-color: #32A712;
}
.TagClassName
{
border-color: #32A712;
}
</style>