Shades of Kelly Green #32B114
Tints of Kelly Green #32B114
RGB
CMYK
RGB Variations
Color information
#32B114 (or 0x32B114) is known color: Kelly Green. HEX triplet: 32, B1 and 14. RGB value is (50,177,20). Sum of RGB (Red+Green+Blue) = 50+177+20=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 177 (69.53% from 255 or 71.66% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 177 - color contains mainly: green. Hex color #32B114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B114 is #CD4EEB. Grayscale: #797979. Windows color (decimal): -13455084 or 1356082. OLE color: 1356082.
HSL color Cylindrical-coordinate representation of color #32B114: hue angle of 108.54º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32B114 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 20 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.31 |
| HSL | 108.54º | 0.8% | 0.39% | - |
| HSV(B) | 108.54º | 0.89% | 0.69% | - |
| XYZ | 17.16 | 32.17 | 5.97 | - |
| YUV | 121.13 | 70.92 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 20 | 0.72 | 0 | 0.89 | 0.31 | 108.54 | 0.8 | 0.39 |
| Hex | 32 | B1 | 14 | 48 | 0 | 59 | 1F | 6D | 50 | 27 |
| Octal | 62 | 261 | 24 | 110 | 0 | 131 | 37 | 155 | 120 | 47 |
| Binary | 110010 | 10110001 | 10100 | 1001000 | 0 | 1011001 | 11111 | 1101101 | 1010000 | 100111 |
Color Harmonies of #32B114
Complementary color
Monochromatic Colors of #32B114
Black with #32B114
Text Example
Text Example
White with #32B114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B114; }
p { color: rgb(50,177,20); }
H1.HeaderClassName
{
color: #32B114;
}
.AnyTagClassName
{
color: #32B114;
}
</style>
background-color css
<style>
a { background-color: #32B114; }
a { background-color: rgb(50,177,20); }
div.DivClassName
{
background-color: #32B114;
}
.BgClassName
{
background-color: #32B114;
}
</style>
border-color css
<style>
span { border-color: #32B114; }
span { border-color: rgb(50,177,20); }
td.TdClassName
{
border-color: #32B114;
}
.TagClassName
{
border-color: #32B114;
}
</style>