Shades of Emerald #35D575
Tints of Emerald #35D575
RGB
CMYK
RGB Variations
Color information
#35D575 (or 0x35D575) is known color: Emerald. HEX triplet: 35, D5 and 75. RGB value is (53,213,117). Sum of RGB (Red+Green+Blue) = 53+213+117=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #35D575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D575 is #CA2A8A. Grayscale: #9A9A9A. Windows color (decimal): -13249163 or 7722293. OLE color: 7722293.
HSL color Cylindrical-coordinate representation of color #35D575: hue angle of 144º 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 #35D575 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 213 | 117 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.16 |
| HSL | 144º | 0.66% | 0.52% | - |
| HSV(B) | 144º | 0.75% | 0.84% | - |
| XYZ | 28.47 | 49.63 | 24.91 | - |
| YUV | 154.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 213 | 117 | 0.75 | 0 | 0.45 | 0.16 | 144 | 0.66 | 0.52 |
| Hex | 35 | D5 | 75 | 4B | 0 | 2D | 10 | 90 | 42 | 34 |
| Octal | 65 | 325 | 165 | 113 | 0 | 55 | 20 | 220 | 102 | 64 |
| Binary | 110101 | 11010101 | 1110101 | 1001011 | 0 | 101101 | 10000 | 10010000 | 1000010 | 110100 |
Color Harmonies of #35D575
Complementary color
Monochromatic Colors of #35D575
Black with #35D575
Text Example
Text Example
White with #35D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D575; }
p { color: rgb(53,213,117); }
H1.HeaderClassName
{
color: #35D575;
}
.AnyTagClassName
{
color: #35D575;
}
</style>
background-color css
<style>
a { background-color: #35D575; }
a { background-color: rgb(53,213,117); }
div.DivClassName
{
background-color: #35D575;
}
.BgClassName
{
background-color: #35D575;
}
</style>
border-color css
<style>
span { border-color: #35D575; }
span { border-color: rgb(53,213,117); }
td.TdClassName
{
border-color: #35D575;
}
.TagClassName
{
border-color: #35D575;
}
</style>