Shades of Kelly Green #35B211
Tints of Kelly Green #35B211
RGB
CMYK
RGB Variations
Color information
#35B211 (or 0x35B211) is known color: Kelly Green. HEX triplet: 35, B2 and 11. RGB value is (53,178,17). Sum of RGB (Red+Green+Blue) = 53+178+17=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 178 (69.92% from 255 or 71.77% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 178 - color contains mainly: green. Hex color #35B211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35B211 is #CA4DEE. Grayscale: #7A7A7A. Windows color (decimal): -13258223 or 1159733. OLE color: 1159733.
HSL color Cylindrical-coordinate representation of color #35B211: hue angle of 106.58º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35B211 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 178 | 17 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.30 |
| HSL | 106.58º | 0.83% | 0.38% | - |
| HSV(B) | 106.58º | 0.9% | 0.7% | - |
| XYZ | 17.49 | 32.64 | 5.91 | - |
| YUV | 122.27 | 68.59 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 178 | 17 | 0.70 | 0 | 0.90 | 0.30 | 106.58 | 0.83 | 0.38 |
| Hex | 35 | B2 | 11 | 46 | 0 | 5A | 1E | 6B | 53 | 26 |
| Octal | 65 | 262 | 21 | 106 | 0 | 132 | 36 | 153 | 123 | 46 |
| Binary | 110101 | 10110010 | 10001 | 1000110 | 0 | 1011010 | 11110 | 1101011 | 1010011 | 100110 |
Color Harmonies of #35B211
Complementary color
Monochromatic Colors of #35B211
Black with #35B211
Text Example
Text Example
White with #35B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B211; }
p { color: rgb(53,178,17); }
H1.HeaderClassName
{
color: #35B211;
}
.AnyTagClassName
{
color: #35B211;
}
</style>
background-color css
<style>
a { background-color: #35B211; }
a { background-color: rgb(53,178,17); }
div.DivClassName
{
background-color: #35B211;
}
.BgClassName
{
background-color: #35B211;
}
</style>
border-color css
<style>
span { border-color: #35B211; }
span { border-color: rgb(53,178,17); }
td.TdClassName
{
border-color: #35B211;
}
.TagClassName
{
border-color: #35B211;
}
</style>