Shades of Kelly Green #32B500
Tints of Kelly Green #32B500
RGB
CMYK
RGB Variations
Color information
#32B500 (or 0x32B500) is known color: Kelly Green. HEX triplet: 32, B5 and 00. RGB value is (50,181,0). Sum of RGB (Red+Green+Blue) = 50+181+0=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 181 (71.09% from 255 or 78.35% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 181 - color contains mainly: green. Hex color #32B500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B500 is #CD4AFF. Grayscale: #797979. Windows color (decimal): -13454080 or 46386. OLE color: 46386.
HSL color Cylindrical-coordinate representation of color #32B500: hue angle of 103.43º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32B500 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.29 |
| HSL | 103.43º | 1% | 0.35% | - |
| HSV(B) | 103.43º | 1% | 0.71% | - |
| XYZ | 17.84 | 33.73 | 5.57 | - |
| YUV | 121.2 | 59.6 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 0 | 0.72 | 0 | 1 | 0.29 | 103.43 | 1 | 0.35 |
| Hex | 32 | B5 | 0 | 48 | 0 | 64 | 1D | 67 | 64 | 23 |
| Octal | 62 | 265 | 0 | 110 | 0 | 144 | 35 | 147 | 144 | 43 |
| Binary | 110010 | 10110101 | 0 | 1001000 | 0 | 1100100 | 11101 | 1100111 | 1100100 | 100011 |
Color Harmonies of #32B500
Complementary color
Monochromatic Colors of #32B500
Black with #32B500
Text Example
Text Example
White with #32B500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B500; }
p { color: rgb(50,181,0); }
H1.HeaderClassName
{
color: #32B500;
}
.AnyTagClassName
{
color: #32B500;
}
</style>
background-color css
<style>
a { background-color: #32B500; }
a { background-color: rgb(50,181,0); }
div.DivClassName
{
background-color: #32B500;
}
.BgClassName
{
background-color: #32B500;
}
</style>
border-color css
<style>
span { border-color: #32B500; }
span { border-color: rgb(50,181,0); }
td.TdClassName
{
border-color: #32B500;
}
.TagClassName
{
border-color: #32B500;
}
</style>