Shades of Kelly Green #32A714
Tints of Kelly Green #32A714
RGB
CMYK
RGB Variations
Color information
#32A714 (or 0x32A714) is known color: Kelly Green. HEX triplet: 32, A7 and 14. RGB value is (50,167,20). Sum of RGB (Red+Green+Blue) = 50+167+20=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 167 (65.62% from 255 or 70.46% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 167 - color contains mainly: green. Hex color #32A714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A714 is #CD58EB. Grayscale: #737373. Windows color (decimal): -13457644 or 1353522. OLE color: 1353522.
HSL color Cylindrical-coordinate representation of color #32A714: hue angle of 107.76º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32A714 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 167 | 20 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.35 |
| HSL | 107.76º | 0.79% | 0.37% | - |
| HSV(B) | 107.76º | 0.88% | 0.65% | - |
| XYZ | 15.26 | 28.37 | 5.33 | - |
| YUV | 115.26 | 74.24 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 167 | 20 | 0.70 | 0 | 0.88 | 0.35 | 107.76 | 0.79 | 0.37 |
| Hex | 32 | A7 | 14 | 46 | 0 | 58 | 23 | 6C | 4F | 25 |
| Octal | 62 | 247 | 24 | 106 | 0 | 130 | 43 | 154 | 117 | 45 |
| Binary | 110010 | 10100111 | 10100 | 1000110 | 0 | 1011000 | 100011 | 1101100 | 1001111 | 100101 |
Color Harmonies of #32A714
Complementary color
Monochromatic Colors of #32A714
Black with #32A714
Text Example
Text Example
White with #32A714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A714; }
p { color: rgb(50,167,20); }
H1.HeaderClassName
{
color: #32A714;
}
.AnyTagClassName
{
color: #32A714;
}
</style>
background-color css
<style>
a { background-color: #32A714; }
a { background-color: rgb(50,167,20); }
div.DivClassName
{
background-color: #32A714;
}
.BgClassName
{
background-color: #32A714;
}
</style>
border-color css
<style>
span { border-color: #32A714; }
span { border-color: rgb(50,167,20); }
td.TdClassName
{
border-color: #32A714;
}
.TagClassName
{
border-color: #32A714;
}
</style>