Shades of Emerald #35E27E
Tints of Emerald #35E27E
RGB
CMYK
RGB Variations
Color information
#35E27E (or 0x35E27E) is known color: Emerald. HEX triplet: 35, E2 and 7E. RGB value is (53,226,126). Sum of RGB (Red+Green+Blue) = 53+226+126=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 226 (88.67% from 255 or 55.80% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 226 - color contains mainly: green. Hex color #35E27E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E27E is #CA1D81. Grayscale: #A3A3A3. Windows color (decimal): -13245826 or 8315445. OLE color: 8315445.
HSL color Cylindrical-coordinate representation of color #35E27E: hue angle of 145.32º 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 #35E27E is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 126 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.11 |
| HSL | 145.32º | 0.75% | 0.55% | - |
| HSV(B) | 145.32º | 0.77% | 0.89% | - |
| XYZ | 32.43 | 56.66 | 28.97 | - |
| YUV | 162.87 | 107.19 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 126 | 0.77 | 0 | 0.44 | 0.11 | 145.32 | 0.75 | 0.55 |
| Hex | 35 | E2 | 7E | 4D | 0 | 2C | B | 91 | 4B | 37 |
| Octal | 65 | 342 | 176 | 115 | 0 | 54 | 13 | 221 | 113 | 67 |
| Binary | 110101 | 11100010 | 1111110 | 1001101 | 0 | 101100 | 1011 | 10010001 | 1001011 | 110111 |
Color Harmonies of #35E27E
Complementary color
Monochromatic Colors of #35E27E
Black with #35E27E
Text Example
Text Example
White with #35E27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E27E; }
p { color: rgb(53,226,126); }
H1.HeaderClassName
{
color: #35E27E;
}
.AnyTagClassName
{
color: #35E27E;
}
</style>
background-color css
<style>
a { background-color: #35E27E; }
a { background-color: rgb(53,226,126); }
div.DivClassName
{
background-color: #35E27E;
}
.BgClassName
{
background-color: #35E27E;
}
</style>
border-color css
<style>
span { border-color: #35E27E; }
span { border-color: rgb(53,226,126); }
td.TdClassName
{
border-color: #35E27E;
}
.TagClassName
{
border-color: #35E27E;
}
</style>