Shades of Emerald #35E271
Tints of Emerald #35E271
RGB
CMYK
RGB Variations
Color information
#35E271 (or 0x35E271) is known color: Emerald. HEX triplet: 35, E2 and 71. RGB value is (53,226,113). Sum of RGB (Red+Green+Blue) = 53+226+113=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 226 (88.67% from 255 or 57.65% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 226 - color contains mainly: green. Hex color #35E271 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E271 is #CA1D8E. Grayscale: #A1A1A1. Windows color (decimal): -13245839 or 7463477. OLE color: 7463477.
HSL color Cylindrical-coordinate representation of color #35E271: hue angle of 140.81º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E271 is Cyan = 0.77, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 113 | - |
| CMYK | 0.77 | 0 | 0.5 | 0.11 |
| HSL | 140.81º | 0.75% | 0.55% | - |
| HSV(B) | 140.81º | 0.77% | 0.89% | - |
| XYZ | 31.65 | 56.34 | 24.83 | - |
| YUV | 161.39 | 100.69 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 113 | 0.77 | 0 | 0.5 | 0.11 | 140.81 | 0.75 | 0.55 |
| Hex | 35 | E2 | 71 | 4D | 0 | 32 | B | 8D | 4B | 37 |
| Octal | 65 | 342 | 161 | 115 | 0 | 62 | 13 | 215 | 113 | 67 |
| Binary | 110101 | 11100010 | 1110001 | 1001101 | 0 | 110010 | 1011 | 10001101 | 1001011 | 110111 |
Color Harmonies of #35E271
Complementary color
Monochromatic Colors of #35E271
Black with #35E271
Text Example
Text Example
White with #35E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E271; }
p { color: rgb(53,226,113); }
H1.HeaderClassName
{
color: #35E271;
}
.AnyTagClassName
{
color: #35E271;
}
</style>
background-color css
<style>
a { background-color: #35E271; }
a { background-color: rgb(53,226,113); }
div.DivClassName
{
background-color: #35E271;
}
.BgClassName
{
background-color: #35E271;
}
</style>
border-color css
<style>
span { border-color: #35E271; }
span { border-color: rgb(53,226,113); }
td.TdClassName
{
border-color: #35E271;
}
.TagClassName
{
border-color: #35E271;
}
</style>