Shades of Kelly Green #35BA16
Tints of Kelly Green #35BA16
RGB
CMYK
RGB Variations
Color information
#35BA16 (or 0x35BA16) is known color: Kelly Green. HEX triplet: 35, BA and 16. RGB value is (53,186,22). Sum of RGB (Red+Green+Blue) = 53+186+22=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35BA16 is #CA45E9. Grayscale: #808080. Windows color (decimal): -13256170 or 1489461. OLE color: 1489461.
HSL color Cylindrical-coordinate representation of color #35BA16: hue angle of 108.66º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35BA16 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 22 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.27 |
| HSL | 108.66º | 0.79% | 0.41% | - |
| HSV(B) | 108.66º | 0.88% | 0.73% | - |
| XYZ | 19.17 | 35.93 | 6.68 | - |
| YUV | 127.54 | 68.44 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 22 | 0.72 | 0 | 0.88 | 0.27 | 108.66 | 0.79 | 0.41 |
| Hex | 35 | BA | 16 | 48 | 0 | 58 | 1B | 6D | 4F | 29 |
| Octal | 65 | 272 | 26 | 110 | 0 | 130 | 33 | 155 | 117 | 51 |
| Binary | 110101 | 10111010 | 10110 | 1001000 | 0 | 1011000 | 11011 | 1101101 | 1001111 | 101001 |
Color Harmonies of #35BA16
Complementary color
Monochromatic Colors of #35BA16
Black with #35BA16
Text Example
Text Example
White with #35BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA16; }
p { color: rgb(53,186,22); }
H1.HeaderClassName
{
color: #35BA16;
}
.AnyTagClassName
{
color: #35BA16;
}
</style>
background-color css
<style>
a { background-color: #35BA16; }
a { background-color: rgb(53,186,22); }
div.DivClassName
{
background-color: #35BA16;
}
.BgClassName
{
background-color: #35BA16;
}
</style>
border-color css
<style>
span { border-color: #35BA16; }
span { border-color: rgb(53,186,22); }
td.TdClassName
{
border-color: #35BA16;
}
.TagClassName
{
border-color: #35BA16;
}
</style>