Shades of Kelly Green #35A316
Tints of Kelly Green #35A316
RGB
CMYK
RGB Variations
Color information
#35A316 (or 0x35A316) is known color: Kelly Green. HEX triplet: 35, A3 and 16. RGB value is (53,163,22). Sum of RGB (Red+Green+Blue) = 53+163+22=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 163 (64.06% from 255 or 68.49% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 163 - color contains mainly: green. Hex color #35A316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A316 is #CA5CE9. Grayscale: #727272. Windows color (decimal): -13262058 or 1483573. OLE color: 1483573.
HSL color Cylindrical-coordinate representation of color #35A316: hue angle of 106.81º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35A316 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 163 | 22 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.36 |
| HSL | 106.81º | 0.76% | 0.36% | - |
| HSV(B) | 106.81º | 0.87% | 0.64% | - |
| XYZ | 14.71 | 27.01 | 5.2 | - |
| YUV | 114.04 | 76.06 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 163 | 22 | 0.67 | 0 | 0.87 | 0.36 | 106.81 | 0.76 | 0.36 |
| Hex | 35 | A3 | 16 | 43 | 0 | 57 | 24 | 6B | 4C | 24 |
| Octal | 65 | 243 | 26 | 103 | 0 | 127 | 44 | 153 | 114 | 44 |
| Binary | 110101 | 10100011 | 10110 | 1000011 | 0 | 1010111 | 100100 | 1101011 | 1001100 | 100100 |
Color Harmonies of #35A316
Complementary color
Monochromatic Colors of #35A316
Black with #35A316
Text Example
Text Example
White with #35A316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A316; }
p { color: rgb(53,163,22); }
H1.HeaderClassName
{
color: #35A316;
}
.AnyTagClassName
{
color: #35A316;
}
</style>
background-color css
<style>
a { background-color: #35A316; }
a { background-color: rgb(53,163,22); }
div.DivClassName
{
background-color: #35A316;
}
.BgClassName
{
background-color: #35A316;
}
</style>
border-color css
<style>
span { border-color: #35A316; }
span { border-color: rgb(53,163,22); }
td.TdClassName
{
border-color: #35A316;
}
.TagClassName
{
border-color: #35A316;
}
</style>