Shades of Kelly Green #32AD0D
Tints of Kelly Green #32AD0D
RGB
CMYK
RGB Variations
Color information
#32AD0D (or 0x32AD0D) is known color: Kelly Green. HEX triplet: 32, AD and 0D. RGB value is (50,173,13). Sum of RGB (Red+Green+Blue) = 50+173+13=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 173 (67.97% from 255 or 73.31% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AD0D is #CD52F2. Grayscale: #767676. Windows color (decimal): -13456115 or 896306. OLE color: 896306.
HSL color Cylindrical-coordinate representation of color #32AD0D: hue angle of 106.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32AD0D is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 173 | 13 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.32 |
| HSL | 106.13º | 0.86% | 0.36% | - |
| HSV(B) | 106.13º | 0.92% | 0.68% | - |
| XYZ | 16.33 | 30.59 | 5.43 | - |
| YUV | 117.98 | 68.75 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 13 | 0.71 | 0 | 0.92 | 0.32 | 106.13 | 0.86 | 0.36 |
| Hex | 32 | AD | D | 47 | 0 | 5C | 20 | 6A | 56 | 24 |
| Octal | 62 | 255 | 15 | 107 | 0 | 134 | 40 | 152 | 126 | 44 |
| Binary | 110010 | 10101101 | 1101 | 1000111 | 0 | 1011100 | 100000 | 1101010 | 1010110 | 100100 |
Color Harmonies of #32AD0D
Complementary color
Monochromatic Colors of #32AD0D
Black with #32AD0D
Text Example
Text Example
White with #32AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AD0D; }
p { color: rgb(50,173,13); }
H1.HeaderClassName
{
color: #32AD0D;
}
.AnyTagClassName
{
color: #32AD0D;
}
</style>
background-color css
<style>
a { background-color: #32AD0D; }
a { background-color: rgb(50,173,13); }
div.DivClassName
{
background-color: #32AD0D;
}
.BgClassName
{
background-color: #32AD0D;
}
</style>
border-color css
<style>
span { border-color: #32AD0D; }
span { border-color: rgb(50,173,13); }
td.TdClassName
{
border-color: #32AD0D;
}
.TagClassName
{
border-color: #32AD0D;
}
</style>