Shades of Emerald #35E26C
Tints of Emerald #35E26C
RGB
CMYK
RGB Variations
Color information
#35E26C (or 0x35E26C) is known color: Emerald. HEX triplet: 35, E2 and 6C. RGB value is (53,226,108). Sum of RGB (Red+Green+Blue) = 53+226+108=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 226 (88.67% from 255 or 58.40% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 226 - color contains mainly: green. Hex color #35E26C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E26C is #CA1D93. Grayscale: #A1A1A1. Windows color (decimal): -13245844 or 7135797. OLE color: 7135797.
HSL color Cylindrical-coordinate representation of color #35E26C: hue angle of 139.08º 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 #35E26C is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 108 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.11 |
| HSL | 139.08º | 0.75% | 0.55% | - |
| HSV(B) | 139.08º | 0.77% | 0.89% | - |
| XYZ | 31.37 | 56.23 | 23.39 | - |
| YUV | 160.82 | 98.19 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 108 | 0.77 | 0 | 0.52 | 0.11 | 139.08 | 0.75 | 0.55 |
| Hex | 35 | E2 | 6C | 4D | 0 | 34 | B | 8B | 4B | 37 |
| Octal | 65 | 342 | 154 | 115 | 0 | 64 | 13 | 213 | 113 | 67 |
| Binary | 110101 | 11100010 | 1101100 | 1001101 | 0 | 110100 | 1011 | 10001011 | 1001011 | 110111 |
Color Harmonies of #35E26C
Complementary color
Monochromatic Colors of #35E26C
Black with #35E26C
Text Example
Text Example
White with #35E26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E26C; }
p { color: rgb(53,226,108); }
H1.HeaderClassName
{
color: #35E26C;
}
.AnyTagClassName
{
color: #35E26C;
}
</style>
background-color css
<style>
a { background-color: #35E26C; }
a { background-color: rgb(53,226,108); }
div.DivClassName
{
background-color: #35E26C;
}
.BgClassName
{
background-color: #35E26C;
}
</style>
border-color css
<style>
span { border-color: #35E26C; }
span { border-color: rgb(53,226,108); }
td.TdClassName
{
border-color: #35E26C;
}
.TagClassName
{
border-color: #35E26C;
}
</style>