Shades of Emerald #35E171
Tints of Emerald #35E171
RGB
CMYK
RGB Variations
Color information
#35E171 (or 0x35E171) is known color: Emerald. HEX triplet: 35, E1 and 71. RGB value is (53,225,113). Sum of RGB (Red+Green+Blue) = 53+225+113=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 225 (88.28% from 255 or 57.54% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 225 - color contains mainly: green. Hex color #35E171 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E171 is #CA1E8E. Grayscale: #A1A1A1. Windows color (decimal): -13246095 or 7463221. OLE color: 7463221.
HSL color Cylindrical-coordinate representation of color #35E171: hue angle of 140.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E171 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 225 | 113 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.12 |
| HSL | 140.93º | 0.74% | 0.55% | - |
| HSV(B) | 140.93º | 0.76% | 0.88% | - |
| XYZ | 31.37 | 55.8 | 24.74 | - |
| YUV | 160.8 | 101.02 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 225 | 113 | 0.76 | 0 | 0.50 | 0.12 | 140.93 | 0.74 | 0.55 |
| Hex | 35 | E1 | 71 | 4C | 0 | 32 | C | 8D | 4A | 37 |
| Octal | 65 | 341 | 161 | 114 | 0 | 62 | 14 | 215 | 112 | 67 |
| Binary | 110101 | 11100001 | 1110001 | 1001100 | 0 | 110010 | 1100 | 10001101 | 1001010 | 110111 |
Color Harmonies of #35E171
Complementary color
Monochromatic Colors of #35E171
Black with #35E171
Text Example
Text Example
White with #35E171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E171; }
p { color: rgb(53,225,113); }
H1.HeaderClassName
{
color: #35E171;
}
.AnyTagClassName
{
color: #35E171;
}
</style>
background-color css
<style>
a { background-color: #35E171; }
a { background-color: rgb(53,225,113); }
div.DivClassName
{
background-color: #35E171;
}
.BgClassName
{
background-color: #35E171;
}
</style>
border-color css
<style>
span { border-color: #35E171; }
span { border-color: rgb(53,225,113); }
td.TdClassName
{
border-color: #35E171;
}
.TagClassName
{
border-color: #35E171;
}
</style>