Shades of Kelly Green #32B50F
Tints of Kelly Green #32B50F
RGB
CMYK
RGB Variations
Color information
#32B50F (or 0x32B50F) is known color: Kelly Green. HEX triplet: 32, B5 and 0F. RGB value is (50,181,15). Sum of RGB (Red+Green+Blue) = 50+181+15=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 181 (71.09% from 255 or 73.58% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 181 - color contains mainly: green. Hex color #32B50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32B50F is #CD4AF0. Grayscale: #7B7B7B. Windows color (decimal): -13454065 or 1029426. OLE color: 1029426.
HSL color Cylindrical-coordinate representation of color #32B50F: hue angle of 107.35º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32B50F is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 15 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.29 |
| HSL | 107.35º | 0.85% | 0.38% | - |
| HSV(B) | 107.35º | 0.92% | 0.71% | - |
| XYZ | 17.93 | 33.76 | 6.02 | - |
| YUV | 122.91 | 67.1 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 15 | 0.72 | 0 | 0.92 | 0.29 | 107.35 | 0.85 | 0.38 |
| Hex | 32 | B5 | F | 48 | 0 | 5C | 1D | 6B | 55 | 26 |
| Octal | 62 | 265 | 17 | 110 | 0 | 134 | 35 | 153 | 125 | 46 |
| Binary | 110010 | 10110101 | 1111 | 1001000 | 0 | 1011100 | 11101 | 1101011 | 1010101 | 100110 |
Color Harmonies of #32B50F
Complementary color
Monochromatic Colors of #32B50F
Black with #32B50F
Text Example
Text Example
White with #32B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B50F; }
p { color: rgb(50,181,15); }
H1.HeaderClassName
{
color: #32B50F;
}
.AnyTagClassName
{
color: #32B50F;
}
</style>
background-color css
<style>
a { background-color: #32B50F; }
a { background-color: rgb(50,181,15); }
div.DivClassName
{
background-color: #32B50F;
}
.BgClassName
{
background-color: #32B50F;
}
</style>
border-color css
<style>
span { border-color: #32B50F; }
span { border-color: rgb(50,181,15); }
td.TdClassName
{
border-color: #32B50F;
}
.TagClassName
{
border-color: #32B50F;
}
</style>