Shades of Emerald #35E077
Tints of Emerald #35E077
RGB
CMYK
RGB Variations
Color information
#35E077 (or 0x35E077) is known color: Emerald. HEX triplet: 35, E0 and 77. RGB value is (53,224,119). Sum of RGB (Red+Green+Blue) = 53+224+119=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 224 (87.89% from 255 or 56.57% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 224 - color contains mainly: green. Hex color #35E077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E077 is #CA1F88. Grayscale: #A1A1A1. Windows color (decimal): -13246345 or 7856181. OLE color: 7856181.
HSL color Cylindrical-coordinate representation of color #35E077: hue angle of 143.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E077 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 119 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.12 |
| HSL | 143.16º | 0.73% | 0.54% | - |
| HSV(B) | 143.16º | 0.76% | 0.88% | - |
| XYZ | 31.45 | 55.4 | 26.49 | - |
| YUV | 160.9 | 104.35 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 119 | 0.76 | 0 | 0.47 | 0.12 | 143.16 | 0.73 | 0.54 |
| Hex | 35 | E0 | 77 | 4C | 0 | 2F | C | 8F | 49 | 36 |
| Octal | 65 | 340 | 167 | 114 | 0 | 57 | 14 | 217 | 111 | 66 |
| Binary | 110101 | 11100000 | 1110111 | 1001100 | 0 | 101111 | 1100 | 10001111 | 1001001 | 110110 |
Color Harmonies of #35E077
Complementary color
Monochromatic Colors of #35E077
Black with #35E077
Text Example
Text Example
White with #35E077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E077; }
p { color: rgb(53,224,119); }
H1.HeaderClassName
{
color: #35E077;
}
.AnyTagClassName
{
color: #35E077;
}
</style>
background-color css
<style>
a { background-color: #35E077; }
a { background-color: rgb(53,224,119); }
div.DivClassName
{
background-color: #35E077;
}
.BgClassName
{
background-color: #35E077;
}
</style>
border-color css
<style>
span { border-color: #35E077; }
span { border-color: rgb(53,224,119); }
td.TdClassName
{
border-color: #35E077;
}
.TagClassName
{
border-color: #35E077;
}
</style>