Shades of Kelly Green #35C519
Tints of Kelly Green #35C519
RGB
CMYK
RGB Variations
Color information
#35C519 (or 0x35C519) is known color: Kelly Green. HEX triplet: 35, C5 and 19. RGB value is (53,197,25). Sum of RGB (Red+Green+Blue) = 53+197+25=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 197 (77.34% from 255 or 71.64% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 197 - color contains mainly: green. Hex color #35C519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C519 is #CA3AE6. Grayscale: #868686. Windows color (decimal): -13253351 or 1688885. OLE color: 1688885.
HSL color Cylindrical-coordinate representation of color #35C519: hue angle of 110.23º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35C519 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 197 | 25 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.23 |
| HSL | 110.23º | 0.77% | 0.44% | - |
| HSV(B) | 110.23º | 0.87% | 0.77% | - |
| XYZ | 21.61 | 40.76 | 7.65 | - |
| YUV | 134.34 | 66.29 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 197 | 25 | 0.73 | 0 | 0.87 | 0.23 | 110.23 | 0.77 | 0.44 |
| Hex | 35 | C5 | 19 | 49 | 0 | 57 | 17 | 6E | 4D | 2C |
| Octal | 65 | 305 | 31 | 111 | 0 | 127 | 27 | 156 | 115 | 54 |
| Binary | 110101 | 11000101 | 11001 | 1001001 | 0 | 1010111 | 10111 | 1101110 | 1001101 | 101100 |
Color Harmonies of #35C519
Complementary color
Monochromatic Colors of #35C519
Black with #35C519
Text Example
Text Example
White with #35C519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C519; }
p { color: rgb(53,197,25); }
H1.HeaderClassName
{
color: #35C519;
}
.AnyTagClassName
{
color: #35C519;
}
</style>
background-color css
<style>
a { background-color: #35C519; }
a { background-color: rgb(53,197,25); }
div.DivClassName
{
background-color: #35C519;
}
.BgClassName
{
background-color: #35C519;
}
</style>
border-color css
<style>
span { border-color: #35C519; }
span { border-color: rgb(53,197,25); }
td.TdClassName
{
border-color: #35C519;
}
.TagClassName
{
border-color: #35C519;
}
</style>