Shades of Kelly Green #32B50B
Tints of Kelly Green #32B50B
RGB
CMYK
RGB Variations
Color information
#32B50B (or 0x32B50B) is known color: Kelly Green. HEX triplet: 32, B5 and 0B. RGB value is (50,181,11). Sum of RGB (Red+Green+Blue) = 50+181+11=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 181 (71.09% from 255 or 74.79% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 181 - color contains mainly: green. Hex color #32B50B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B50B is #CD4AF4. Grayscale: #7A7A7A. Windows color (decimal): -13454069 or 767282. OLE color: 767282.
HSL color Cylindrical-coordinate representation of color #32B50B: hue angle of 106.24º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32B50B is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 11 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.29 |
| HSL | 106.24º | 0.89% | 0.38% | - |
| HSV(B) | 106.24º | 0.94% | 0.71% | - |
| XYZ | 17.9 | 33.75 | 5.89 | - |
| YUV | 122.45 | 65.1 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 11 | 0.72 | 0 | 0.94 | 0.29 | 106.24 | 0.89 | 0.38 |
| Hex | 32 | B5 | B | 48 | 0 | 5E | 1D | 6A | 59 | 26 |
| Octal | 62 | 265 | 13 | 110 | 0 | 136 | 35 | 152 | 131 | 46 |
| Binary | 110010 | 10110101 | 1011 | 1001000 | 0 | 1011110 | 11101 | 1101010 | 1011001 | 100110 |
Color Harmonies of #32B50B
Complementary color
Monochromatic Colors of #32B50B
Black with #32B50B
Text Example
Text Example
White with #32B50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B50B; }
p { color: rgb(50,181,11); }
H1.HeaderClassName
{
color: #32B50B;
}
.AnyTagClassName
{
color: #32B50B;
}
</style>
background-color css
<style>
a { background-color: #32B50B; }
a { background-color: rgb(50,181,11); }
div.DivClassName
{
background-color: #32B50B;
}
.BgClassName
{
background-color: #32B50B;
}
</style>
border-color css
<style>
span { border-color: #32B50B; }
span { border-color: rgb(50,181,11); }
td.TdClassName
{
border-color: #32B50B;
}
.TagClassName
{
border-color: #32B50B;
}
</style>