Shades of Kelly Green #32B20F
Tints of Kelly Green #32B20F
RGB
CMYK
RGB Variations
Color information
#32B20F (or 0x32B20F) is known color: Kelly Green. HEX triplet: 32, B2 and 0F. RGB value is (50,178,15). Sum of RGB (Red+Green+Blue) = 50+178+15=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 178 (69.92% from 255 or 73.25% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 178 - color contains mainly: green. Hex color #32B20F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B20F is #CD4DF0. Grayscale: #797979. Windows color (decimal): -13454833 or 1028658. OLE color: 1028658.
HSL color Cylindrical-coordinate representation of color #32B20F: hue angle of 107.12º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32B20F is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 15 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.30 |
| HSL | 107.12º | 0.84% | 0.38% | - |
| HSV(B) | 107.12º | 0.92% | 0.7% | - |
| XYZ | 17.32 | 32.55 | 5.82 | - |
| YUV | 121.15 | 68.09 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 15 | 0.72 | 0 | 0.92 | 0.30 | 107.12 | 0.84 | 0.38 |
| Hex | 32 | B2 | F | 48 | 0 | 5C | 1E | 6B | 54 | 26 |
| Octal | 62 | 262 | 17 | 110 | 0 | 134 | 36 | 153 | 124 | 46 |
| Binary | 110010 | 10110010 | 1111 | 1001000 | 0 | 1011100 | 11110 | 1101011 | 1010100 | 100110 |
Color Harmonies of #32B20F
Complementary color
Monochromatic Colors of #32B20F
Black with #32B20F
Text Example
Text Example
White with #32B20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B20F; }
p { color: rgb(50,178,15); }
H1.HeaderClassName
{
color: #32B20F;
}
.AnyTagClassName
{
color: #32B20F;
}
</style>
background-color css
<style>
a { background-color: #32B20F; }
a { background-color: rgb(50,178,15); }
div.DivClassName
{
background-color: #32B20F;
}
.BgClassName
{
background-color: #32B20F;
}
</style>
border-color css
<style>
span { border-color: #32B20F; }
span { border-color: rgb(50,178,15); }
td.TdClassName
{
border-color: #32B20F;
}
.TagClassName
{
border-color: #32B20F;
}
</style>