Shades of Kelly Green #32D205
Tints of Kelly Green #32D205
RGB
CMYK
RGB Variations
Color information
#32D205 (or 0x32D205) is known color: Kelly Green. HEX triplet: 32, D2 and 05. RGB value is (50,210,5). Sum of RGB (Red+Green+Blue) = 50+210+5=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 210 (82.42% from 255 or 79.25% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 210 - color contains mainly: green. Hex color #32D205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D205 is #CD2DFA. Grayscale: #8B8B8B. Windows color (decimal): -13446651 or 381490. OLE color: 381490.
HSL color Cylindrical-coordinate representation of color #32D205: hue angle of 106.83º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32D205 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 5 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.18 |
| HSL | 106.83º | 0.95% | 0.42% | - |
| HSV(B) | 106.83º | 0.98% | 0.82% | - |
| XYZ | 24.39 | 46.78 | 7.89 | - |
| YUV | 138.79 | 52.49 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 5 | 0.76 | 0 | 0.98 | 0.18 | 106.83 | 0.95 | 0.42 |
| Hex | 32 | D2 | 5 | 4C | 0 | 62 | 12 | 6B | 5F | 2A |
| Octal | 62 | 322 | 5 | 114 | 0 | 142 | 22 | 153 | 137 | 52 |
| Binary | 110010 | 11010010 | 101 | 1001100 | 0 | 1100010 | 10010 | 1101011 | 1011111 | 101010 |
Color Harmonies of #32D205
Complementary color
Monochromatic Colors of #32D205
Black with #32D205
Text Example
Text Example
White with #32D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D205; }
p { color: rgb(50,210,5); }
H1.HeaderClassName
{
color: #32D205;
}
.AnyTagClassName
{
color: #32D205;
}
</style>
background-color css
<style>
a { background-color: #32D205; }
a { background-color: rgb(50,210,5); }
div.DivClassName
{
background-color: #32D205;
}
.BgClassName
{
background-color: #32D205;
}
</style>
border-color css
<style>
span { border-color: #32D205; }
span { border-color: rgb(50,210,5); }
td.TdClassName
{
border-color: #32D205;
}
.TagClassName
{
border-color: #32D205;
}
</style>