Shades of Kelly Green #35A212
Tints of Kelly Green #35A212
RGB
CMYK
RGB Variations
Color information
#35A212 (or 0x35A212) is known color: Kelly Green. HEX triplet: 35, A2 and 12. RGB value is (53,162,18). Sum of RGB (Red+Green+Blue) = 53+162+18=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 162 (63.67% from 255 or 69.53% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 162 - color contains mainly: green. Hex color #35A212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A212 is #CA5DED. Grayscale: #717171. Windows color (decimal): -13262318 or 1221173. OLE color: 1221173.
HSL color Cylindrical-coordinate representation of color #35A212: hue angle of 105.42º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35A212 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 162 | 18 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.36 |
| HSL | 105.42º | 0.8% | 0.35% | - |
| HSV(B) | 105.42º | 0.89% | 0.64% | - |
| XYZ | 14.5 | 26.64 | 4.95 | - |
| YUV | 112.99 | 74.39 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 162 | 18 | 0.67 | 0 | 0.89 | 0.36 | 105.42 | 0.8 | 0.35 |
| Hex | 35 | A2 | 12 | 43 | 0 | 59 | 24 | 69 | 50 | 23 |
| Octal | 65 | 242 | 22 | 103 | 0 | 131 | 44 | 151 | 120 | 43 |
| Binary | 110101 | 10100010 | 10010 | 1000011 | 0 | 1011001 | 100100 | 1101001 | 1010000 | 100011 |
Color Harmonies of #35A212
Complementary color
Monochromatic Colors of #35A212
Black with #35A212
Text Example
Text Example
White with #35A212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A212; }
p { color: rgb(53,162,18); }
H1.HeaderClassName
{
color: #35A212;
}
.AnyTagClassName
{
color: #35A212;
}
</style>
background-color css
<style>
a { background-color: #35A212; }
a { background-color: rgb(53,162,18); }
div.DivClassName
{
background-color: #35A212;
}
.BgClassName
{
background-color: #35A212;
}
</style>
border-color css
<style>
span { border-color: #35A212; }
span { border-color: rgb(53,162,18); }
td.TdClassName
{
border-color: #35A212;
}
.TagClassName
{
border-color: #35A212;
}
</style>