Shades of Emerald #35E576
Tints of Emerald #35E576
RGB
CMYK
RGB Variations
Color information
#35E576 (or 0x35E576) is known color: Emerald. HEX triplet: 35, E5 and 76. RGB value is (53,229,118). Sum of RGB (Red+Green+Blue) = 53+229+118=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 229 (89.84% from 255 or 57.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 229 - color contains mainly: green. Hex color #35E576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E576 is #CA1A89. Grayscale: #A3A3A3. Windows color (decimal): -13245066 or 7791925. OLE color: 7791925.
HSL color Cylindrical-coordinate representation of color #35E576: hue angle of 142.16º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E576 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 118 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.10 |
| HSL | 142.16º | 0.77% | 0.55% | - |
| HSV(B) | 142.16º | 0.77% | 0.9% | - |
| XYZ | 32.76 | 58.1 | 26.63 | - |
| YUV | 163.72 | 102.19 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 118 | 0.77 | 0 | 0.48 | 0.10 | 142.16 | 0.77 | 0.55 |
| Hex | 35 | E5 | 76 | 4D | 0 | 30 | A | 8E | 4D | 37 |
| Octal | 65 | 345 | 166 | 115 | 0 | 60 | 12 | 216 | 115 | 67 |
| Binary | 110101 | 11100101 | 1110110 | 1001101 | 0 | 110000 | 1010 | 10001110 | 1001101 | 110111 |
Color Harmonies of #35E576
Complementary color
Monochromatic Colors of #35E576
Black with #35E576
Text Example
Text Example
White with #35E576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E576; }
p { color: rgb(53,229,118); }
H1.HeaderClassName
{
color: #35E576;
}
.AnyTagClassName
{
color: #35E576;
}
</style>
background-color css
<style>
a { background-color: #35E576; }
a { background-color: rgb(53,229,118); }
div.DivClassName
{
background-color: #35E576;
}
.BgClassName
{
background-color: #35E576;
}
</style>
border-color css
<style>
span { border-color: #35E576; }
span { border-color: rgb(53,229,118); }
td.TdClassName
{
border-color: #35E576;
}
.TagClassName
{
border-color: #35E576;
}
</style>