Shades of Kelly Green #35C514
Tints of Kelly Green #35C514
RGB
CMYK
RGB Variations
Color information
#35C514 (or 0x35C514) is known color: Kelly Green. HEX triplet: 35, C5 and 14. RGB value is (53,197,20). Sum of RGB (Red+Green+Blue) = 53+197+20=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 197 (77.34% from 255 or 72.96% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 197 - color contains mainly: green. Hex color #35C514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C514 is #CA3AEB. Grayscale: #868686. Windows color (decimal): -13253356 or 1361205. OLE color: 1361205.
HSL color Cylindrical-coordinate representation of color #35C514: hue angle of 108.81º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35C514 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 197 | 20 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.23 |
| HSL | 108.81º | 0.82% | 0.43% | - |
| HSV(B) | 108.81º | 0.9% | 0.77% | - |
| XYZ | 21.56 | 40.74 | 7.39 | - |
| YUV | 133.77 | 63.79 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 197 | 20 | 0.73 | 0 | 0.90 | 0.23 | 108.81 | 0.82 | 0.43 |
| Hex | 35 | C5 | 14 | 49 | 0 | 5A | 17 | 6D | 52 | 2B |
| Octal | 65 | 305 | 24 | 111 | 0 | 132 | 27 | 155 | 122 | 53 |
| Binary | 110101 | 11000101 | 10100 | 1001001 | 0 | 1011010 | 10111 | 1101101 | 1010010 | 101011 |
Color Harmonies of #35C514
Complementary color
Monochromatic Colors of #35C514
Black with #35C514
Text Example
Text Example
White with #35C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C514; }
p { color: rgb(53,197,20); }
H1.HeaderClassName
{
color: #35C514;
}
.AnyTagClassName
{
color: #35C514;
}
</style>
background-color css
<style>
a { background-color: #35C514; }
a { background-color: rgb(53,197,20); }
div.DivClassName
{
background-color: #35C514;
}
.BgClassName
{
background-color: #35C514;
}
</style>
border-color css
<style>
span { border-color: #35C514; }
span { border-color: rgb(53,197,20); }
td.TdClassName
{
border-color: #35C514;
}
.TagClassName
{
border-color: #35C514;
}
</style>