Shades of Emerald #35E07C
Tints of Emerald #35E07C
RGB
CMYK
RGB Variations
Color information
#35E07C (or 0x35E07C) is known color: Emerald. HEX triplet: 35, E0 and 7C. RGB value is (53,224,124). Sum of RGB (Red+Green+Blue) = 53+224+124=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #35E07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E07C is #CA1F83. Grayscale: #A1A1A1. Windows color (decimal): -13246340 or 8183861. OLE color: 8183861.
HSL color Cylindrical-coordinate representation of color #35E07C: hue angle of 144.91º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E07C is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 124 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.12 |
| HSL | 144.91º | 0.73% | 0.54% | - |
| HSV(B) | 144.91º | 0.76% | 0.88% | - |
| XYZ | 31.76 | 55.52 | 28.11 | - |
| YUV | 161.47 | 106.85 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 124 | 0.76 | 0 | 0.45 | 0.12 | 144.91 | 0.73 | 0.54 |
| Hex | 35 | E0 | 7C | 4C | 0 | 2D | C | 91 | 49 | 36 |
| Octal | 65 | 340 | 174 | 114 | 0 | 55 | 14 | 221 | 111 | 66 |
| Binary | 110101 | 11100000 | 1111100 | 1001100 | 0 | 101101 | 1100 | 10010001 | 1001001 | 110110 |
Color Harmonies of #35E07C
Complementary color
Monochromatic Colors of #35E07C
Black with #35E07C
Text Example
Text Example
White with #35E07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E07C; }
p { color: rgb(53,224,124); }
H1.HeaderClassName
{
color: #35E07C;
}
.AnyTagClassName
{
color: #35E07C;
}
</style>
background-color css
<style>
a { background-color: #35E07C; }
a { background-color: rgb(53,224,124); }
div.DivClassName
{
background-color: #35E07C;
}
.BgClassName
{
background-color: #35E07C;
}
</style>
border-color css
<style>
span { border-color: #35E07C; }
span { border-color: rgb(53,224,124); }
td.TdClassName
{
border-color: #35E07C;
}
.TagClassName
{
border-color: #35E07C;
}
</style>