Shades of Kelly Green #35A211
Tints of Kelly Green #35A211
RGB
CMYK
RGB Variations
Color information
#35A211 (or 0x35A211) is known color: Kelly Green. HEX triplet: 35, A2 and 11. RGB value is (53,162,17). Sum of RGB (Red+Green+Blue) = 53+162+17=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 162 (63.67% from 255 or 69.83% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 162 - color contains mainly: green. Hex color #35A211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A211 is #CA5DEE. Grayscale: #717171. Windows color (decimal): -13262319 or 1155637. OLE color: 1155637.
HSL color Cylindrical-coordinate representation of color #35A211: hue angle of 105.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35A211 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 162 | 17 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.36 |
| HSL | 105.1º | 0.81% | 0.35% | - |
| HSV(B) | 105.1º | 0.9% | 0.64% | - |
| XYZ | 14.49 | 26.64 | 4.91 | - |
| YUV | 112.88 | 73.89 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 162 | 17 | 0.67 | 0 | 0.90 | 0.36 | 105.1 | 0.81 | 0.35 |
| Hex | 35 | A2 | 11 | 43 | 0 | 5A | 24 | 69 | 51 | 23 |
| Octal | 65 | 242 | 21 | 103 | 0 | 132 | 44 | 151 | 121 | 43 |
| Binary | 110101 | 10100010 | 10001 | 1000011 | 0 | 1011010 | 100100 | 1101001 | 1010001 | 100011 |
Color Harmonies of #35A211
Complementary color
Monochromatic Colors of #35A211
Black with #35A211
Text Example
Text Example
White with #35A211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A211; }
p { color: rgb(53,162,17); }
H1.HeaderClassName
{
color: #35A211;
}
.AnyTagClassName
{
color: #35A211;
}
</style>
background-color css
<style>
a { background-color: #35A211; }
a { background-color: rgb(53,162,17); }
div.DivClassName
{
background-color: #35A211;
}
.BgClassName
{
background-color: #35A211;
}
</style>
border-color css
<style>
span { border-color: #35A211; }
span { border-color: rgb(53,162,17); }
td.TdClassName
{
border-color: #35A211;
}
.TagClassName
{
border-color: #35A211;
}
</style>