Shades of Kelly Green #32BF16
Tints of Kelly Green #32BF16
RGB
CMYK
RGB Variations
Color information
#32BF16 (or 0x32BF16) is known color: Kelly Green. HEX triplet: 32, BF and 16. RGB value is (50,191,22). Sum of RGB (Red+Green+Blue) = 50+191+22=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 191 (75% from 255 or 72.62% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BF16 is #CD40E9. Grayscale: #828282. Windows color (decimal): -13451498 or 1490738. OLE color: 1490738.
HSL color Cylindrical-coordinate representation of color #32BF16: hue angle of 110.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32BF16 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 22 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.25 |
| HSL | 110.06º | 0.79% | 0.42% | - |
| HSV(B) | 110.06º | 0.88% | 0.75% | - |
| XYZ | 20.09 | 38 | 7.03 | - |
| YUV | 129.58 | 67.29 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 22 | 0.74 | 0 | 0.88 | 0.25 | 110.06 | 0.79 | 0.42 |
| Hex | 32 | BF | 16 | 4A | 0 | 58 | 19 | 6E | 4F | 2A |
| Octal | 62 | 277 | 26 | 112 | 0 | 130 | 31 | 156 | 117 | 52 |
| Binary | 110010 | 10111111 | 10110 | 1001010 | 0 | 1011000 | 11001 | 1101110 | 1001111 | 101010 |
Color Harmonies of #32BF16
Complementary color
Monochromatic Colors of #32BF16
Black with #32BF16
Text Example
Text Example
White with #32BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF16; }
p { color: rgb(50,191,22); }
H1.HeaderClassName
{
color: #32BF16;
}
.AnyTagClassName
{
color: #32BF16;
}
</style>
background-color css
<style>
a { background-color: #32BF16; }
a { background-color: rgb(50,191,22); }
div.DivClassName
{
background-color: #32BF16;
}
.BgClassName
{
background-color: #32BF16;
}
</style>
border-color css
<style>
span { border-color: #32BF16; }
span { border-color: rgb(50,191,22); }
td.TdClassName
{
border-color: #32BF16;
}
.TagClassName
{
border-color: #32BF16;
}
</style>