Shades of Emerald #35DB77
Tints of Emerald #35DB77
RGB
CMYK
RGB Variations
Color information
#35DB77 (or 0x35DB77) is known color: Emerald. HEX triplet: 35, DB and 77. RGB value is (53,219,119). Sum of RGB (Red+Green+Blue) = 53+219+119=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #35DB77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DB77 is #CA2488. Grayscale: #9E9E9E. Windows color (decimal): -13247625 or 7854901. OLE color: 7854901.
HSL color Cylindrical-coordinate representation of color #35DB77: hue angle of 143.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DB77 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 219 | 119 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.14 |
| HSL | 143.86º | 0.7% | 0.53% | - |
| HSV(B) | 143.86º | 0.76% | 0.86% | - |
| XYZ | 30.13 | 52.75 | 26.05 | - |
| YUV | 157.97 | 106 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 119 | 0.76 | 0 | 0.46 | 0.14 | 143.86 | 0.7 | 0.53 |
| Hex | 35 | DB | 77 | 4C | 0 | 2E | E | 90 | 46 | 35 |
| Octal | 65 | 333 | 167 | 114 | 0 | 56 | 16 | 220 | 106 | 65 |
| Binary | 110101 | 11011011 | 1110111 | 1001100 | 0 | 101110 | 1110 | 10010000 | 1000110 | 110101 |
Color Harmonies of #35DB77
Complementary color
Monochromatic Colors of #35DB77
Black with #35DB77
Text Example
Text Example
White with #35DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DB77; }
p { color: rgb(53,219,119); }
H1.HeaderClassName
{
color: #35DB77;
}
.AnyTagClassName
{
color: #35DB77;
}
</style>
background-color css
<style>
a { background-color: #35DB77; }
a { background-color: rgb(53,219,119); }
div.DivClassName
{
background-color: #35DB77;
}
.BgClassName
{
background-color: #35DB77;
}
</style>
border-color css
<style>
span { border-color: #35DB77; }
span { border-color: rgb(53,219,119); }
td.TdClassName
{
border-color: #35DB77;
}
.TagClassName
{
border-color: #35DB77;
}
</style>