Shades of Kelly Green #32AF1D
Tints of Kelly Green #32AF1D
RGB
CMYK
RGB Variations
Color information
#32AF1D (or 0x32AF1D) is known color: Kelly Green. HEX triplet: 32, AF and 1D. RGB value is (50,175,29). Sum of RGB (Red+Green+Blue) = 50+175+29=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 175 (68.75% from 255 or 68.90% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF1D is #CD50E2. Grayscale: #797979. Windows color (decimal): -13455587 or 1945394. OLE color: 1945394.
HSL color Cylindrical-coordinate representation of color #32AF1D: hue angle of 111.37º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32AF1D is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 29 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.31 |
| HSL | 111.37º | 0.72% | 0.4% | - |
| HSV(B) | 111.37º | 0.83% | 0.69% | - |
| XYZ | 16.87 | 31.43 | 6.34 | - |
| YUV | 120.98 | 76.09 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 29 | 0.71 | 0 | 0.83 | 0.31 | 111.37 | 0.72 | 0.4 |
| Hex | 32 | AF | 1D | 47 | 0 | 53 | 1F | 6F | 48 | 28 |
| Octal | 62 | 257 | 35 | 107 | 0 | 123 | 37 | 157 | 110 | 50 |
| Binary | 110010 | 10101111 | 11101 | 1000111 | 0 | 1010011 | 11111 | 1101111 | 1001000 | 101000 |
Color Harmonies of #32AF1D
Complementary color
Monochromatic Colors of #32AF1D
Black with #32AF1D
Text Example
Text Example
White with #32AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF1D; }
p { color: rgb(50,175,29); }
H1.HeaderClassName
{
color: #32AF1D;
}
.AnyTagClassName
{
color: #32AF1D;
}
</style>
background-color css
<style>
a { background-color: #32AF1D; }
a { background-color: rgb(50,175,29); }
div.DivClassName
{
background-color: #32AF1D;
}
.BgClassName
{
background-color: #32AF1D;
}
</style>
border-color css
<style>
span { border-color: #32AF1D; }
span { border-color: rgb(50,175,29); }
td.TdClassName
{
border-color: #32AF1D;
}
.TagClassName
{
border-color: #32AF1D;
}
</style>