Shades of Kelly Green #32BF17
Tints of Kelly Green #32BF17
RGB
CMYK
RGB Variations
Color information
#32BF17 (or 0x32BF17) is known color: Kelly Green. HEX triplet: 32, BF and 17. RGB value is (50,191,23). Sum of RGB (Red+Green+Blue) = 50+191+23=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 191 (75% from 255 or 72.35% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BF17 is #CD40E8. Grayscale: #828282. Windows color (decimal): -13451497 or 1556274. OLE color: 1556274.
HSL color Cylindrical-coordinate representation of color #32BF17: hue angle of 110.36º 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 #32BF17 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 23 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.25 |
| HSL | 110.36º | 0.79% | 0.42% | - |
| HSV(B) | 110.36º | 0.88% | 0.75% | - |
| XYZ | 20.1 | 38 | 7.09 | - |
| YUV | 129.69 | 67.79 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 23 | 0.74 | 0 | 0.88 | 0.25 | 110.36 | 0.79 | 0.42 |
| Hex | 32 | BF | 17 | 4A | 0 | 58 | 19 | 6E | 4F | 2A |
| Octal | 62 | 277 | 27 | 112 | 0 | 130 | 31 | 156 | 117 | 52 |
| Binary | 110010 | 10111111 | 10111 | 1001010 | 0 | 1011000 | 11001 | 1101110 | 1001111 | 101010 |
Color Harmonies of #32BF17
Complementary color
Monochromatic Colors of #32BF17
Black with #32BF17
Text Example
Text Example
White with #32BF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF17; }
p { color: rgb(50,191,23); }
H1.HeaderClassName
{
color: #32BF17;
}
.AnyTagClassName
{
color: #32BF17;
}
</style>
background-color css
<style>
a { background-color: #32BF17; }
a { background-color: rgb(50,191,23); }
div.DivClassName
{
background-color: #32BF17;
}
.BgClassName
{
background-color: #32BF17;
}
</style>
border-color css
<style>
span { border-color: #32BF17; }
span { border-color: rgb(50,191,23); }
td.TdClassName
{
border-color: #32BF17;
}
.TagClassName
{
border-color: #32BF17;
}
</style>