Shades of Emerald #35D961
Tints of Emerald #35D961
RGB
CMYK
RGB Variations
Color information
#35D961 (or 0x35D961) is known color: Emerald. HEX triplet: 35, D9 and 61. RGB value is (53,217,97). Sum of RGB (Red+Green+Blue) = 53+217+97=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #35D961 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D961 is #CA269E. Grayscale: #9A9A9A. Windows color (decimal): -13248159 or 6412597. OLE color: 6412597.
HSL color Cylindrical-coordinate representation of color #35D961: hue angle of 136.1º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D961 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 217 | 97 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.15 |
| HSL | 136.1º | 0.68% | 0.53% | - |
| HSV(B) | 136.1º | 0.76% | 0.85% | - |
| XYZ | 28.44 | 51.25 | 19.7 | - |
| YUV | 154.28 | 95.67 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 217 | 97 | 0.76 | 0 | 0.55 | 0.15 | 136.1 | 0.68 | 0.53 |
| Hex | 35 | D9 | 61 | 4C | 0 | 37 | F | 88 | 44 | 35 |
| Octal | 65 | 331 | 141 | 114 | 0 | 67 | 17 | 210 | 104 | 65 |
| Binary | 110101 | 11011001 | 1100001 | 1001100 | 0 | 110111 | 1111 | 10001000 | 1000100 | 110101 |
Color Harmonies of #35D961
Complementary color
Monochromatic Colors of #35D961
Black with #35D961
Text Example
Text Example
White with #35D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D961; }
p { color: rgb(53,217,97); }
H1.HeaderClassName
{
color: #35D961;
}
.AnyTagClassName
{
color: #35D961;
}
</style>
background-color css
<style>
a { background-color: #35D961; }
a { background-color: rgb(53,217,97); }
div.DivClassName
{
background-color: #35D961;
}
.BgClassName
{
background-color: #35D961;
}
</style>
border-color css
<style>
span { border-color: #35D961; }
span { border-color: rgb(53,217,97); }
td.TdClassName
{
border-color: #35D961;
}
.TagClassName
{
border-color: #35D961;
}
</style>