Shades of Kelly Green #32B514
Tints of Kelly Green #32B514
RGB
CMYK
RGB Variations
Color information
#32B514 (or 0x32B514) is known color: Kelly Green. HEX triplet: 32, B5 and 14. RGB value is (50,181,20). Sum of RGB (Red+Green+Blue) = 50+181+20=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 181 (71.09% from 255 or 72.11% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 181 - color contains mainly: green. Hex color #32B514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B514 is #CD4AEB. Grayscale: #7B7B7B. Windows color (decimal): -13454060 or 1357106. OLE color: 1357106.
HSL color Cylindrical-coordinate representation of color #32B514: hue angle of 108.82º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32B514 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 20 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.29 |
| HSL | 108.82º | 0.8% | 0.39% | - |
| HSV(B) | 108.82º | 0.89% | 0.71% | - |
| XYZ | 17.97 | 33.78 | 6.23 | - |
| YUV | 123.48 | 69.6 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 20 | 0.72 | 0 | 0.89 | 0.29 | 108.82 | 0.8 | 0.39 |
| Hex | 32 | B5 | 14 | 48 | 0 | 59 | 1D | 6D | 50 | 27 |
| Octal | 62 | 265 | 24 | 110 | 0 | 131 | 35 | 155 | 120 | 47 |
| Binary | 110010 | 10110101 | 10100 | 1001000 | 0 | 1011001 | 11101 | 1101101 | 1010000 | 100111 |
Color Harmonies of #32B514
Complementary color
Monochromatic Colors of #32B514
Black with #32B514
Text Example
Text Example
White with #32B514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B514; }
p { color: rgb(50,181,20); }
H1.HeaderClassName
{
color: #32B514;
}
.AnyTagClassName
{
color: #32B514;
}
</style>
background-color css
<style>
a { background-color: #32B514; }
a { background-color: rgb(50,181,20); }
div.DivClassName
{
background-color: #32B514;
}
.BgClassName
{
background-color: #32B514;
}
</style>
border-color css
<style>
span { border-color: #32B514; }
span { border-color: rgb(50,181,20); }
td.TdClassName
{
border-color: #32B514;
}
.TagClassName
{
border-color: #32B514;
}
</style>