Shades of Kelly Green #35CA16
Tints of Kelly Green #35CA16
RGB
CMYK
RGB Variations
Color information
#35CA16 (or 0x35CA16) is known color: Kelly Green. HEX triplet: 35, CA and 16. RGB value is (53,202,22). Sum of RGB (Red+Green+Blue) = 53+202+22=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 202 (79.30% from 255 or 72.92% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35CA16 is #CA35E9. Grayscale: #898989. Windows color (decimal): -13252074 or 1493557. OLE color: 1493557.
HSL color Cylindrical-coordinate representation of color #35CA16: hue angle of 109.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35CA16 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 202 | 22 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.21 |
| HSL | 109.67º | 0.8% | 0.44% | - |
| HSV(B) | 109.67º | 0.89% | 0.79% | - |
| XYZ | 22.73 | 43.06 | 7.87 | - |
| YUV | 136.93 | 63.14 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 202 | 22 | 0.74 | 0 | 0.89 | 0.21 | 109.67 | 0.8 | 0.44 |
| Hex | 35 | CA | 16 | 4A | 0 | 59 | 15 | 6E | 50 | 2C |
| Octal | 65 | 312 | 26 | 112 | 0 | 131 | 25 | 156 | 120 | 54 |
| Binary | 110101 | 11001010 | 10110 | 1001010 | 0 | 1011001 | 10101 | 1101110 | 1010000 | 101100 |
Color Harmonies of #35CA16
Complementary color
Monochromatic Colors of #35CA16
Black with #35CA16
Text Example
Text Example
White with #35CA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CA16; }
p { color: rgb(53,202,22); }
H1.HeaderClassName
{
color: #35CA16;
}
.AnyTagClassName
{
color: #35CA16;
}
</style>
background-color css
<style>
a { background-color: #35CA16; }
a { background-color: rgb(53,202,22); }
div.DivClassName
{
background-color: #35CA16;
}
.BgClassName
{
background-color: #35CA16;
}
</style>
border-color css
<style>
span { border-color: #35CA16; }
span { border-color: rgb(53,202,22); }
td.TdClassName
{
border-color: #35CA16;
}
.TagClassName
{
border-color: #35CA16;
}
</style>