Shades of Emerald #35E57C
Tints of Emerald #35E57C
RGB
CMYK
RGB Variations
Color information
#35E57C (or 0x35E57C) is known color: Emerald. HEX triplet: 35, E5 and 7C. RGB value is (53,229,124). Sum of RGB (Red+Green+Blue) = 53+229+124=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 229 (89.84% from 255 or 56.40% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 229 - color contains mainly: green. Hex color #35E57C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E57C is #CA1A83. Grayscale: #A4A4A4. Windows color (decimal): -13245060 or 8185141. OLE color: 8185141.
HSL color Cylindrical-coordinate representation of color #35E57C: hue angle of 144.2º 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 #35E57C is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 124 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.10 |
| HSL | 144.2º | 0.77% | 0.55% | - |
| HSV(B) | 144.2º | 0.77% | 0.9% | - |
| XYZ | 33.13 | 58.25 | 28.57 | - |
| YUV | 164.41 | 105.19 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 124 | 0.77 | 0 | 0.46 | 0.10 | 144.2 | 0.77 | 0.55 |
| Hex | 35 | E5 | 7C | 4D | 0 | 2E | A | 90 | 4D | 37 |
| Octal | 65 | 345 | 174 | 115 | 0 | 56 | 12 | 220 | 115 | 67 |
| Binary | 110101 | 11100101 | 1111100 | 1001101 | 0 | 101110 | 1010 | 10010000 | 1001101 | 110111 |
Color Harmonies of #35E57C
Complementary color
Monochromatic Colors of #35E57C
Black with #35E57C
Text Example
Text Example
White with #35E57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E57C; }
p { color: rgb(53,229,124); }
H1.HeaderClassName
{
color: #35E57C;
}
.AnyTagClassName
{
color: #35E57C;
}
</style>
background-color css
<style>
a { background-color: #35E57C; }
a { background-color: rgb(53,229,124); }
div.DivClassName
{
background-color: #35E57C;
}
.BgClassName
{
background-color: #35E57C;
}
</style>
border-color css
<style>
span { border-color: #35E57C; }
span { border-color: rgb(53,229,124); }
td.TdClassName
{
border-color: #35E57C;
}
.TagClassName
{
border-color: #35E57C;
}
</style>