Shades of Kelly Green #35C20F
Tints of Kelly Green #35C20F
RGB
CMYK
RGB Variations
Color information
#35C20F (or 0x35C20F) is known color: Kelly Green. HEX triplet: 35, C2 and 0F. RGB value is (53,194,15). Sum of RGB (Red+Green+Blue) = 53+194+15=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 194 (76.17% from 255 or 74.05% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 194 - color contains mainly: green. Hex color #35C20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C20F is #CA3DF0. Grayscale: #848484. Windows color (decimal): -13254129 or 1032757. OLE color: 1032757.
HSL color Cylindrical-coordinate representation of color #35C20F: hue angle of 107.26º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35C20F is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 194 | 15 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.24 |
| HSL | 107.26º | 0.86% | 0.41% | - |
| HSV(B) | 107.26º | 0.92% | 0.76% | - |
| XYZ | 20.85 | 39.37 | 6.95 | - |
| YUV | 131.44 | 62.29 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 194 | 15 | 0.73 | 0 | 0.92 | 0.24 | 107.26 | 0.86 | 0.41 |
| Hex | 35 | C2 | F | 49 | 0 | 5C | 18 | 6B | 56 | 29 |
| Octal | 65 | 302 | 17 | 111 | 0 | 134 | 30 | 153 | 126 | 51 |
| Binary | 110101 | 11000010 | 1111 | 1001001 | 0 | 1011100 | 11000 | 1101011 | 1010110 | 101001 |
Color Harmonies of #35C20F
Complementary color
Monochromatic Colors of #35C20F
Black with #35C20F
Text Example
Text Example
White with #35C20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C20F; }
p { color: rgb(53,194,15); }
H1.HeaderClassName
{
color: #35C20F;
}
.AnyTagClassName
{
color: #35C20F;
}
</style>
background-color css
<style>
a { background-color: #35C20F; }
a { background-color: rgb(53,194,15); }
div.DivClassName
{
background-color: #35C20F;
}
.BgClassName
{
background-color: #35C20F;
}
</style>
border-color css
<style>
span { border-color: #35C20F; }
span { border-color: rgb(53,194,15); }
td.TdClassName
{
border-color: #35C20F;
}
.TagClassName
{
border-color: #35C20F;
}
</style>