Shades of Kelly Green #35C517
Tints of Kelly Green #35C517
RGB
CMYK
RGB Variations
Color information
#35C517 (or 0x35C517) is known color: Kelly Green. HEX triplet: 35, C5 and 17. RGB value is (53,197,23). Sum of RGB (Red+Green+Blue) = 53+197+23=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #35C517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C517 is #CA3AE8. Grayscale: #868686. Windows color (decimal): -13253353 or 1557813. OLE color: 1557813.
HSL color Cylindrical-coordinate representation of color #35C517: hue angle of 109.66º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35C517 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 197 | 23 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.23 |
| HSL | 109.66º | 0.79% | 0.43% | - |
| HSV(B) | 109.66º | 0.88% | 0.77% | - |
| XYZ | 21.59 | 40.75 | 7.54 | - |
| YUV | 134.11 | 65.29 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 197 | 23 | 0.73 | 0 | 0.88 | 0.23 | 109.66 | 0.79 | 0.43 |
| Hex | 35 | C5 | 17 | 49 | 0 | 58 | 17 | 6E | 4F | 2B |
| Octal | 65 | 305 | 27 | 111 | 0 | 130 | 27 | 156 | 117 | 53 |
| Binary | 110101 | 11000101 | 10111 | 1001001 | 0 | 1011000 | 10111 | 1101110 | 1001111 | 101011 |
Color Harmonies of #35C517
Complementary color
Monochromatic Colors of #35C517
Black with #35C517
Text Example
Text Example
White with #35C517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C517; }
p { color: rgb(53,197,23); }
H1.HeaderClassName
{
color: #35C517;
}
.AnyTagClassName
{
color: #35C517;
}
</style>
background-color css
<style>
a { background-color: #35C517; }
a { background-color: rgb(53,197,23); }
div.DivClassName
{
background-color: #35C517;
}
.BgClassName
{
background-color: #35C517;
}
</style>
border-color css
<style>
span { border-color: #35C517; }
span { border-color: rgb(53,197,23); }
td.TdClassName
{
border-color: #35C517;
}
.TagClassName
{
border-color: #35C517;
}
</style>