Shades of Emerald #35DC73
Tints of Emerald #35DC73
RGB
CMYK
RGB Variations
Color information
#35DC73 (or 0x35DC73) is known color: Emerald. HEX triplet: 35, DC and 73. RGB value is (53,220,115). Sum of RGB (Red+Green+Blue) = 53+220+115=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #35DC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DC73 is #CA238C. Grayscale: #9E9E9E. Windows color (decimal): -13247373 or 7593013. OLE color: 7593013.
HSL color Cylindrical-coordinate representation of color #35DC73: hue angle of 142.28º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DC73 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 220 | 115 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.14 |
| HSL | 142.28º | 0.7% | 0.54% | - |
| HSV(B) | 142.28º | 0.76% | 0.86% | - |
| XYZ | 30.16 | 53.18 | 24.9 | - |
| YUV | 158.1 | 103.67 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 220 | 115 | 0.76 | 0 | 0.48 | 0.14 | 142.28 | 0.7 | 0.54 |
| Hex | 35 | DC | 73 | 4C | 0 | 30 | E | 8E | 46 | 36 |
| Octal | 65 | 334 | 163 | 114 | 0 | 60 | 16 | 216 | 106 | 66 |
| Binary | 110101 | 11011100 | 1110011 | 1001100 | 0 | 110000 | 1110 | 10001110 | 1000110 | 110110 |
Color Harmonies of #35DC73
Complementary color
Monochromatic Colors of #35DC73
Black with #35DC73
Text Example
Text Example
White with #35DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DC73; }
p { color: rgb(53,220,115); }
H1.HeaderClassName
{
color: #35DC73;
}
.AnyTagClassName
{
color: #35DC73;
}
</style>
background-color css
<style>
a { background-color: #35DC73; }
a { background-color: rgb(53,220,115); }
div.DivClassName
{
background-color: #35DC73;
}
.BgClassName
{
background-color: #35DC73;
}
</style>
border-color css
<style>
span { border-color: #35DC73; }
span { border-color: rgb(53,220,115); }
td.TdClassName
{
border-color: #35DC73;
}
.TagClassName
{
border-color: #35DC73;
}
</style>