Shades of Kelly Green #32BC15
Tints of Kelly Green #32BC15
RGB
CMYK
RGB Variations
Color information
#32BC15 (or 0x32BC15) is known color: Kelly Green. HEX triplet: 32, BC and 15. RGB value is (50,188,21). Sum of RGB (Red+Green+Blue) = 50+188+21=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 188 (73.83% from 255 or 72.59% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BC15 is #CD43EA. Grayscale: #808080. Windows color (decimal): -13452267 or 1424434. OLE color: 1424434.
HSL color Cylindrical-coordinate representation of color #32BC15: hue angle of 109.58º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32BC15 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 21 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.26 |
| HSL | 109.58º | 0.8% | 0.41% | - |
| HSV(B) | 109.58º | 0.89% | 0.74% | - |
| XYZ | 19.43 | 36.7 | 6.77 | - |
| YUV | 127.7 | 67.78 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 21 | 0.73 | 0 | 0.89 | 0.26 | 109.58 | 0.8 | 0.41 |
| Hex | 32 | BC | 15 | 49 | 0 | 59 | 1A | 6E | 50 | 29 |
| Octal | 62 | 274 | 25 | 111 | 0 | 131 | 32 | 156 | 120 | 51 |
| Binary | 110010 | 10111100 | 10101 | 1001001 | 0 | 1011001 | 11010 | 1101110 | 1010000 | 101001 |
Color Harmonies of #32BC15
Complementary color
Monochromatic Colors of #32BC15
Black with #32BC15
Text Example
Text Example
White with #32BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC15; }
p { color: rgb(50,188,21); }
H1.HeaderClassName
{
color: #32BC15;
}
.AnyTagClassName
{
color: #32BC15;
}
</style>
background-color css
<style>
a { background-color: #32BC15; }
a { background-color: rgb(50,188,21); }
div.DivClassName
{
background-color: #32BC15;
}
.BgClassName
{
background-color: #32BC15;
}
</style>
border-color css
<style>
span { border-color: #32BC15; }
span { border-color: rgb(50,188,21); }
td.TdClassName
{
border-color: #32BC15;
}
.TagClassName
{
border-color: #32BC15;
}
</style>