Shades of Kelly Green #32BD12
Tints of Kelly Green #32BD12
RGB
CMYK
RGB Variations
Color information
#32BD12 (or 0x32BD12) is known color: Kelly Green. HEX triplet: 32, BD and 12. RGB value is (50,189,18). Sum of RGB (Red+Green+Blue) = 50+189+18=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 189 (74.22% from 255 or 73.54% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BD12 is #CD42ED. Grayscale: #808080. Windows color (decimal): -13452014 or 1228082. OLE color: 1228082.
HSL color Cylindrical-coordinate representation of color #32BD12: hue angle of 108.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32BD12 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 18 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.26 |
| HSL | 108.77º | 0.83% | 0.41% | - |
| HSV(B) | 108.77º | 0.9% | 0.74% | - |
| XYZ | 19.62 | 37.12 | 6.7 | - |
| YUV | 127.95 | 65.95 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 18 | 0.74 | 0 | 0.90 | 0.26 | 108.77 | 0.83 | 0.41 |
| Hex | 32 | BD | 12 | 4A | 0 | 5A | 1A | 6D | 53 | 29 |
| Octal | 62 | 275 | 22 | 112 | 0 | 132 | 32 | 155 | 123 | 51 |
| Binary | 110010 | 10111101 | 10010 | 1001010 | 0 | 1011010 | 11010 | 1101101 | 1010011 | 101001 |
Color Harmonies of #32BD12
Complementary color
Monochromatic Colors of #32BD12
Black with #32BD12
Text Example
Text Example
White with #32BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD12; }
p { color: rgb(50,189,18); }
H1.HeaderClassName
{
color: #32BD12;
}
.AnyTagClassName
{
color: #32BD12;
}
</style>
background-color css
<style>
a { background-color: #32BD12; }
a { background-color: rgb(50,189,18); }
div.DivClassName
{
background-color: #32BD12;
}
.BgClassName
{
background-color: #32BD12;
}
</style>
border-color css
<style>
span { border-color: #32BD12; }
span { border-color: rgb(50,189,18); }
td.TdClassName
{
border-color: #32BD12;
}
.TagClassName
{
border-color: #32BD12;
}
</style>