Shades of Emerald #35D574
Tints of Emerald #35D574
RGB
CMYK
RGB Variations
Color information
#35D574 (or 0x35D574) is known color: Emerald. HEX triplet: 35, D5 and 74. RGB value is (53,213,116). Sum of RGB (Red+Green+Blue) = 53+213+116=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 213 (83.59% from 255 or 55.76% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 213 - color contains mainly: green. Hex color #35D574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D574 is #CA2A8B. Grayscale: #9A9A9A. Windows color (decimal): -13249164 or 7656757. OLE color: 7656757.
HSL color Cylindrical-coordinate representation of color #35D574: hue angle of 143.62º 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 #35D574 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 213 | 116 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.16 |
| HSL | 143.63º | 0.66% | 0.52% | - |
| HSV(B) | 143.63º | 0.75% | 0.84% | - |
| XYZ | 28.41 | 49.61 | 24.6 | - |
| YUV | 154.1 | 106.49 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 213 | 116 | 0.75 | 0 | 0.46 | 0.16 | 143.63 | 0.66 | 0.52 |
| Hex | 35 | D5 | 74 | 4B | 0 | 2E | 10 | 90 | 42 | 34 |
| Octal | 65 | 325 | 164 | 113 | 0 | 56 | 20 | 220 | 102 | 64 |
| Binary | 110101 | 11010101 | 1110100 | 1001011 | 0 | 101110 | 10000 | 10010000 | 1000010 | 110100 |
Color Harmonies of #35D574
Complementary color
Monochromatic Colors of #35D574
Black with #35D574
Text Example
Text Example
White with #35D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D574; }
p { color: rgb(53,213,116); }
H1.HeaderClassName
{
color: #35D574;
}
.AnyTagClassName
{
color: #35D574;
}
</style>
background-color css
<style>
a { background-color: #35D574; }
a { background-color: rgb(53,213,116); }
div.DivClassName
{
background-color: #35D574;
}
.BgClassName
{
background-color: #35D574;
}
</style>
border-color css
<style>
span { border-color: #35D574; }
span { border-color: rgb(53,213,116); }
td.TdClassName
{
border-color: #35D574;
}
.TagClassName
{
border-color: #35D574;
}
</style>