Shades of Kelly Green #32A208
Tints of Kelly Green #32A208
RGB
CMYK
RGB Variations
Color information
#32A208 (or 0x32A208) is known color: Kelly Green. HEX triplet: 32, A2 and 08. RGB value is (50,162,8). Sum of RGB (Red+Green+Blue) = 50+162+8=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 162 (63.67% from 255 or 73.64% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 162 - color contains mainly: green. Hex color #32A208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A208 is #CD5DF7. Grayscale: #6F6F6F. Windows color (decimal): -13458936 or 565810. OLE color: 565810.
HSL color Cylindrical-coordinate representation of color #32A208: hue angle of 103.64º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32A208 is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 8 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.36 |
| HSL | 103.64º | 0.91% | 0.33% | - |
| HSV(B) | 103.64º | 0.95% | 0.64% | - |
| XYZ | 14.28 | 26.54 | 4.6 | - |
| YUV | 110.96 | 69.89 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 8 | 0.69 | 0 | 0.95 | 0.36 | 103.64 | 0.91 | 0.33 |
| Hex | 32 | A2 | 8 | 45 | 0 | 5F | 24 | 68 | 5B | 21 |
| Octal | 62 | 242 | 10 | 105 | 0 | 137 | 44 | 150 | 133 | 41 |
| Binary | 110010 | 10100010 | 1000 | 1000101 | 0 | 1011111 | 100100 | 1101000 | 1011011 | 100001 |
Color Harmonies of #32A208
Complementary color
Monochromatic Colors of #32A208
Black with #32A208
Text Example
Text Example
White with #32A208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A208; }
p { color: rgb(50,162,8); }
H1.HeaderClassName
{
color: #32A208;
}
.AnyTagClassName
{
color: #32A208;
}
</style>
background-color css
<style>
a { background-color: #32A208; }
a { background-color: rgb(50,162,8); }
div.DivClassName
{
background-color: #32A208;
}
.BgClassName
{
background-color: #32A208;
}
</style>
border-color css
<style>
span { border-color: #32A208; }
span { border-color: rgb(50,162,8); }
td.TdClassName
{
border-color: #32A208;
}
.TagClassName
{
border-color: #32A208;
}
</style>