Shades of Emerald #35D376
Tints of Emerald #35D376
RGB
CMYK
RGB Variations
Color information
#35D376 (or 0x35D376) is known color: Emerald. HEX triplet: 35, D3 and 76. RGB value is (53,211,118). Sum of RGB (Red+Green+Blue) = 53+211+118=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 211 (82.81% from 255 or 55.24% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 211 - color contains mainly: green. Hex color #35D376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D376 is #CA2C89. Grayscale: #999999. Windows color (decimal): -13249674 or 7787317. OLE color: 7787317.
HSL color Cylindrical-coordinate representation of color #35D376: hue angle of 144.68º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D376 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 211 | 118 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.17 |
| HSL | 144.68º | 0.64% | 0.52% | - |
| HSV(B) | 144.68º | 0.75% | 0.83% | - |
| XYZ | 28.03 | 48.65 | 25.05 | - |
| YUV | 153.16 | 108.15 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 211 | 118 | 0.75 | 0 | 0.44 | 0.17 | 144.68 | 0.64 | 0.52 |
| Hex | 35 | D3 | 76 | 4B | 0 | 2C | 11 | 91 | 40 | 34 |
| Octal | 65 | 323 | 166 | 113 | 0 | 54 | 21 | 221 | 100 | 64 |
| Binary | 110101 | 11010011 | 1110110 | 1001011 | 0 | 101100 | 10001 | 10010001 | 1000000 | 110100 |
Color Harmonies of #35D376
Complementary color
Monochromatic Colors of #35D376
Black with #35D376
Text Example
Text Example
White with #35D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D376; }
p { color: rgb(53,211,118); }
H1.HeaderClassName
{
color: #35D376;
}
.AnyTagClassName
{
color: #35D376;
}
</style>
background-color css
<style>
a { background-color: #35D376; }
a { background-color: rgb(53,211,118); }
div.DivClassName
{
background-color: #35D376;
}
.BgClassName
{
background-color: #35D376;
}
</style>
border-color css
<style>
span { border-color: #35D376; }
span { border-color: rgb(53,211,118); }
td.TdClassName
{
border-color: #35D376;
}
.TagClassName
{
border-color: #35D376;
}
</style>