Shades of Kelly Green #32BB19
Tints of Kelly Green #32BB19
RGB
CMYK
RGB Variations
Color information
#32BB19 (or 0x32BB19) is known color: Kelly Green. HEX triplet: 32, BB and 19. RGB value is (50,187,25). Sum of RGB (Red+Green+Blue) = 50+187+25=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 187 (73.44% from 255 or 71.37% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BB19 is #CD44E6. Grayscale: #808080. Windows color (decimal): -13452519 or 1686322. OLE color: 1686322.
HSL color Cylindrical-coordinate representation of color #32BB19: hue angle of 110.74º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32BB19 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 25 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.27 |
| HSL | 110.74º | 0.76% | 0.42% | - |
| HSV(B) | 110.74º | 0.87% | 0.73% | - |
| XYZ | 19.26 | 36.29 | 6.91 | - |
| YUV | 127.57 | 70.11 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 25 | 0.73 | 0 | 0.87 | 0.27 | 110.74 | 0.76 | 0.42 |
| Hex | 32 | BB | 19 | 49 | 0 | 57 | 1B | 6F | 4C | 2A |
| Octal | 62 | 273 | 31 | 111 | 0 | 127 | 33 | 157 | 114 | 52 |
| Binary | 110010 | 10111011 | 11001 | 1001001 | 0 | 1010111 | 11011 | 1101111 | 1001100 | 101010 |
Color Harmonies of #32BB19
Complementary color
Monochromatic Colors of #32BB19
Black with #32BB19
Text Example
Text Example
White with #32BB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB19; }
p { color: rgb(50,187,25); }
H1.HeaderClassName
{
color: #32BB19;
}
.AnyTagClassName
{
color: #32BB19;
}
</style>
background-color css
<style>
a { background-color: #32BB19; }
a { background-color: rgb(50,187,25); }
div.DivClassName
{
background-color: #32BB19;
}
.BgClassName
{
background-color: #32BB19;
}
</style>
border-color css
<style>
span { border-color: #32BB19; }
span { border-color: rgb(50,187,25); }
td.TdClassName
{
border-color: #32BB19;
}
.TagClassName
{
border-color: #32BB19;
}
</style>