Shades of Kelly Green #32BE19
Tints of Kelly Green #32BE19
RGB
CMYK
RGB Variations
Color information
#32BE19 (or 0x32BE19) is known color: Kelly Green. HEX triplet: 32, BE and 19. RGB value is (50,190,25). Sum of RGB (Red+Green+Blue) = 50+190+25=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 190 (74.61% from 255 or 71.70% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BE19 is #CD41E6. Grayscale: #818181. Windows color (decimal): -13451751 or 1687090. OLE color: 1687090.
HSL color Cylindrical-coordinate representation of color #32BE19: hue angle of 110.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32BE19 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 25 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.25 |
| HSL | 110.91º | 0.77% | 0.42% | - |
| HSV(B) | 110.91º | 0.87% | 0.75% | - |
| XYZ | 19.9 | 37.58 | 7.12 | - |
| YUV | 129.33 | 69.12 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 25 | 0.74 | 0 | 0.87 | 0.25 | 110.91 | 0.77 | 0.42 |
| Hex | 32 | BE | 19 | 4A | 0 | 57 | 19 | 6F | 4D | 2A |
| Octal | 62 | 276 | 31 | 112 | 0 | 127 | 31 | 157 | 115 | 52 |
| Binary | 110010 | 10111110 | 11001 | 1001010 | 0 | 1010111 | 11001 | 1101111 | 1001101 | 101010 |
Color Harmonies of #32BE19
Complementary color
Monochromatic Colors of #32BE19
Black with #32BE19
Text Example
Text Example
White with #32BE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE19; }
p { color: rgb(50,190,25); }
H1.HeaderClassName
{
color: #32BE19;
}
.AnyTagClassName
{
color: #32BE19;
}
</style>
background-color css
<style>
a { background-color: #32BE19; }
a { background-color: rgb(50,190,25); }
div.DivClassName
{
background-color: #32BE19;
}
.BgClassName
{
background-color: #32BE19;
}
</style>
border-color css
<style>
span { border-color: #32BE19; }
span { border-color: rgb(50,190,25); }
td.TdClassName
{
border-color: #32BE19;
}
.TagClassName
{
border-color: #32BE19;
}
</style>