Shades of Emerald #35E871
Tints of Emerald #35E871
RGB
CMYK
RGB Variations
Color information
#35E871 (or 0x35E871) is known color: Emerald. HEX triplet: 35, E8 and 71. RGB value is (53,232,113). Sum of RGB (Red+Green+Blue) = 53+232+113=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 232 (91.02% from 255 or 58.29% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 232 - color contains mainly: green. Hex color #35E871 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E871 is #CA178E. Grayscale: #A5A5A5. Windows color (decimal): -13244303 or 7465013. OLE color: 7465013.
HSL color Cylindrical-coordinate representation of color #35E871: hue angle of 140.11º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E871 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 232 | 113 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.09 |
| HSL | 140.11º | 0.8% | 0.56% | - |
| HSV(B) | 140.11º | 0.77% | 0.91% | - |
| XYZ | 33.31 | 59.66 | 25.38 | - |
| YUV | 164.91 | 98.7 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 232 | 113 | 0.77 | 0 | 0.51 | 0.09 | 140.11 | 0.8 | 0.56 |
| Hex | 35 | E8 | 71 | 4D | 0 | 33 | 9 | 8C | 50 | 38 |
| Octal | 65 | 350 | 161 | 115 | 0 | 63 | 11 | 214 | 120 | 70 |
| Binary | 110101 | 11101000 | 1110001 | 1001101 | 0 | 110011 | 1001 | 10001100 | 1010000 | 111000 |
Color Harmonies of #35E871
Complementary color
Monochromatic Colors of #35E871
Black with #35E871
Text Example
Text Example
White with #35E871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E871; }
p { color: rgb(53,232,113); }
H1.HeaderClassName
{
color: #35E871;
}
.AnyTagClassName
{
color: #35E871;
}
</style>
background-color css
<style>
a { background-color: #35E871; }
a { background-color: rgb(53,232,113); }
div.DivClassName
{
background-color: #35E871;
}
.BgClassName
{
background-color: #35E871;
}
</style>
border-color css
<style>
span { border-color: #35E871; }
span { border-color: rgb(53,232,113); }
td.TdClassName
{
border-color: #35E871;
}
.TagClassName
{
border-color: #35E871;
}
</style>