Shades of Kelly Green #32D40B
Tints of Kelly Green #32D40B
RGB
CMYK
RGB Variations
Color information
#32D40B (or 0x32D40B) is known color: Kelly Green. HEX triplet: 32, D4 and 0B. RGB value is (50,212,11). Sum of RGB (Red+Green+Blue) = 50+212+11=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 212 (83.20% from 255 or 77.66% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 212 - color contains mainly: green. Hex color #32D40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D40B is #CD2BF4. Grayscale: #8D8D8D. Windows color (decimal): -13446133 or 775218. OLE color: 775218.
HSL color Cylindrical-coordinate representation of color #32D40B: hue angle of 108.36º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32D40B is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 212 | 11 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.17 |
| HSL | 108.36º | 0.9% | 0.44% | - |
| HSV(B) | 108.36º | 0.95% | 0.83% | - |
| XYZ | 24.92 | 47.79 | 8.23 | - |
| YUV | 140.65 | 54.83 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 11 | 0.76 | 0 | 0.95 | 0.17 | 108.36 | 0.9 | 0.44 |
| Hex | 32 | D4 | B | 4C | 0 | 5F | 11 | 6C | 5A | 2C |
| Octal | 62 | 324 | 13 | 114 | 0 | 137 | 21 | 154 | 132 | 54 |
| Binary | 110010 | 11010100 | 1011 | 1001100 | 0 | 1011111 | 10001 | 1101100 | 1011010 | 101100 |
Color Harmonies of #32D40B
Complementary color
Monochromatic Colors of #32D40B
Black with #32D40B
Text Example
Text Example
White with #32D40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D40B; }
p { color: rgb(50,212,11); }
H1.HeaderClassName
{
color: #32D40B;
}
.AnyTagClassName
{
color: #32D40B;
}
</style>
background-color css
<style>
a { background-color: #32D40B; }
a { background-color: rgb(50,212,11); }
div.DivClassName
{
background-color: #32D40B;
}
.BgClassName
{
background-color: #32D40B;
}
</style>
border-color css
<style>
span { border-color: #32D40B; }
span { border-color: rgb(50,212,11); }
td.TdClassName
{
border-color: #32D40B;
}
.TagClassName
{
border-color: #32D40B;
}
</style>