Shades of Kelly Green #32C111
Tints of Kelly Green #32C111
RGB
CMYK
RGB Variations
Color information
#32C111 (or 0x32C111) is known color: Kelly Green. HEX triplet: 32, C1 and 11. RGB value is (50,193,17). Sum of RGB (Red+Green+Blue) = 50+193+17=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 193 (75.78% from 255 or 74.23% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 193 - color contains mainly: green. Hex color #32C111 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C111 is #CD3EEE. Grayscale: #828282. Windows color (decimal): -13450991 or 1163570. OLE color: 1163570.
HSL color Cylindrical-coordinate representation of color #32C111: hue angle of 108.75º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32C111 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 17 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.24 |
| HSL | 108.75º | 0.84% | 0.41% | - |
| HSV(B) | 108.75º | 0.91% | 0.76% | - |
| XYZ | 20.49 | 38.86 | 6.95 | - |
| YUV | 130.18 | 64.12 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 17 | 0.74 | 0 | 0.91 | 0.24 | 108.75 | 0.84 | 0.41 |
| Hex | 32 | C1 | 11 | 4A | 0 | 5B | 18 | 6D | 54 | 29 |
| Octal | 62 | 301 | 21 | 112 | 0 | 133 | 30 | 155 | 124 | 51 |
| Binary | 110010 | 11000001 | 10001 | 1001010 | 0 | 1011011 | 11000 | 1101101 | 1010100 | 101001 |
Color Harmonies of #32C111
Complementary color
Monochromatic Colors of #32C111
Black with #32C111
Text Example
Text Example
White with #32C111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C111; }
p { color: rgb(50,193,17); }
H1.HeaderClassName
{
color: #32C111;
}
.AnyTagClassName
{
color: #32C111;
}
</style>
background-color css
<style>
a { background-color: #32C111; }
a { background-color: rgb(50,193,17); }
div.DivClassName
{
background-color: #32C111;
}
.BgClassName
{
background-color: #32C111;
}
</style>
border-color css
<style>
span { border-color: #32C111; }
span { border-color: rgb(50,193,17); }
td.TdClassName
{
border-color: #32C111;
}
.TagClassName
{
border-color: #32C111;
}
</style>