Shades of Kelly Green #32B015
Tints of Kelly Green #32B015
RGB
CMYK
RGB Variations
Color information
#32B015 (or 0x32B015) is known color: Kelly Green. HEX triplet: 32, B0 and 15. RGB value is (50,176,21). Sum of RGB (Red+Green+Blue) = 50+176+21=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 176 (69.14% from 255 or 71.26% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 176 - color contains mainly: green. Hex color #32B015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B015 is #CD4FEA. Grayscale: #797979. Windows color (decimal): -13455339 or 1421362. OLE color: 1421362.
HSL color Cylindrical-coordinate representation of color #32B015: hue angle of 108.77º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32B015 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 21 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.31 |
| HSL | 108.77º | 0.79% | 0.39% | - |
| HSV(B) | 108.77º | 0.88% | 0.69% | - |
| XYZ | 16.98 | 31.78 | 5.95 | - |
| YUV | 120.66 | 71.76 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 21 | 0.72 | 0 | 0.88 | 0.31 | 108.77 | 0.79 | 0.39 |
| Hex | 32 | B0 | 15 | 48 | 0 | 58 | 1F | 6D | 4F | 27 |
| Octal | 62 | 260 | 25 | 110 | 0 | 130 | 37 | 155 | 117 | 47 |
| Binary | 110010 | 10110000 | 10101 | 1001000 | 0 | 1011000 | 11111 | 1101101 | 1001111 | 100111 |
Color Harmonies of #32B015
Complementary color
Monochromatic Colors of #32B015
Black with #32B015
Text Example
Text Example
White with #32B015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B015; }
p { color: rgb(50,176,21); }
H1.HeaderClassName
{
color: #32B015;
}
.AnyTagClassName
{
color: #32B015;
}
</style>
background-color css
<style>
a { background-color: #32B015; }
a { background-color: rgb(50,176,21); }
div.DivClassName
{
background-color: #32B015;
}
.BgClassName
{
background-color: #32B015;
}
</style>
border-color css
<style>
span { border-color: #32B015; }
span { border-color: rgb(50,176,21); }
td.TdClassName
{
border-color: #32B015;
}
.TagClassName
{
border-color: #32B015;
}
</style>