Shades of Emerald #35D673
Tints of Emerald #35D673
RGB
CMYK
RGB Variations
Color information
#35D673 (or 0x35D673) is known color: Emerald. HEX triplet: 35, D6 and 73. RGB value is (53,214,115). Sum of RGB (Red+Green+Blue) = 53+214+115=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #35D673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D673 is #CA298C. Grayscale: #9A9A9A. Windows color (decimal): -13248909 or 7591477. OLE color: 7591477.
HSL color Cylindrical-coordinate representation of color #35D673: hue angle of 143.11º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D673 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 214 | 115 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.16 |
| HSL | 143.11º | 0.66% | 0.52% | - |
| HSV(B) | 143.11º | 0.75% | 0.84% | - |
| XYZ | 28.61 | 50.09 | 24.38 | - |
| YUV | 154.58 | 105.66 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 214 | 115 | 0.75 | 0 | 0.46 | 0.16 | 143.11 | 0.66 | 0.52 |
| Hex | 35 | D6 | 73 | 4B | 0 | 2E | 10 | 8F | 42 | 34 |
| Octal | 65 | 326 | 163 | 113 | 0 | 56 | 20 | 217 | 102 | 64 |
| Binary | 110101 | 11010110 | 1110011 | 1001011 | 0 | 101110 | 10000 | 10001111 | 1000010 | 110100 |
Color Harmonies of #35D673
Complementary color
Monochromatic Colors of #35D673
Black with #35D673
Text Example
Text Example
White with #35D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D673; }
p { color: rgb(53,214,115); }
H1.HeaderClassName
{
color: #35D673;
}
.AnyTagClassName
{
color: #35D673;
}
</style>
background-color css
<style>
a { background-color: #35D673; }
a { background-color: rgb(53,214,115); }
div.DivClassName
{
background-color: #35D673;
}
.BgClassName
{
background-color: #35D673;
}
</style>
border-color css
<style>
span { border-color: #35D673; }
span { border-color: rgb(53,214,115); }
td.TdClassName
{
border-color: #35D673;
}
.TagClassName
{
border-color: #35D673;
}
</style>