Shades of Emerald #35E570
Tints of Emerald #35E570
RGB
CMYK
RGB Variations
Color information
#35E570 (or 0x35E570) is known color: Emerald. HEX triplet: 35, E5 and 70. RGB value is (53,229,112). Sum of RGB (Red+Green+Blue) = 53+229+112=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 229 (89.84% from 255 or 58.12% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 229 - color contains mainly: green. Hex color #35E570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E570 is #CA1A8F. Grayscale: #A3A3A3. Windows color (decimal): -13245072 or 7398709. OLE color: 7398709.
HSL color Cylindrical-coordinate representation of color #35E570: hue angle of 140.11º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E570 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 112 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.10 |
| HSL | 140.11º | 0.77% | 0.55% | - |
| HSV(B) | 140.11º | 0.77% | 0.9% | - |
| XYZ | 32.41 | 57.97 | 24.81 | - |
| YUV | 163.04 | 99.19 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 112 | 0.77 | 0 | 0.51 | 0.10 | 140.11 | 0.77 | 0.55 |
| Hex | 35 | E5 | 70 | 4D | 0 | 33 | A | 8C | 4D | 37 |
| Octal | 65 | 345 | 160 | 115 | 0 | 63 | 12 | 214 | 115 | 67 |
| Binary | 110101 | 11100101 | 1110000 | 1001101 | 0 | 110011 | 1010 | 10001100 | 1001101 | 110111 |
Color Harmonies of #35E570
Complementary color
Monochromatic Colors of #35E570
Black with #35E570
Text Example
Text Example
White with #35E570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E570; }
p { color: rgb(53,229,112); }
H1.HeaderClassName
{
color: #35E570;
}
.AnyTagClassName
{
color: #35E570;
}
</style>
background-color css
<style>
a { background-color: #35E570; }
a { background-color: rgb(53,229,112); }
div.DivClassName
{
background-color: #35E570;
}
.BgClassName
{
background-color: #35E570;
}
</style>
border-color css
<style>
span { border-color: #35E570; }
span { border-color: rgb(53,229,112); }
td.TdClassName
{
border-color: #35E570;
}
.TagClassName
{
border-color: #35E570;
}
</style>