Shades of Emerald #35E16B
Tints of Emerald #35E16B
RGB
CMYK
RGB Variations
Color information
#35E16B (or 0x35E16B) is known color: Emerald. HEX triplet: 35, E1 and 6B. RGB value is (53,225,107). Sum of RGB (Red+Green+Blue) = 53+225+107=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 225 (88.28% from 255 or 58.44% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 225 - color contains mainly: green. Hex color #35E16B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E16B is #CA1E94. Grayscale: #A0A0A0. Windows color (decimal): -13246101 or 7070005. OLE color: 7070005.
HSL color Cylindrical-coordinate representation of color #35E16B: hue angle of 138.84º 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 #35E16B is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 225 | 107 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.12 |
| HSL | 138.84º | 0.74% | 0.55% | - |
| HSV(B) | 138.84º | 0.76% | 0.88% | - |
| XYZ | 31.05 | 55.67 | 23.02 | - |
| YUV | 160.12 | 98.02 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 225 | 107 | 0.76 | 0 | 0.52 | 0.12 | 138.84 | 0.74 | 0.55 |
| Hex | 35 | E1 | 6B | 4C | 0 | 34 | C | 8B | 4A | 37 |
| Octal | 65 | 341 | 153 | 114 | 0 | 64 | 14 | 213 | 112 | 67 |
| Binary | 110101 | 11100001 | 1101011 | 1001100 | 0 | 110100 | 1100 | 10001011 | 1001010 | 110111 |
Color Harmonies of #35E16B
Complementary color
Monochromatic Colors of #35E16B
Black with #35E16B
Text Example
Text Example
White with #35E16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E16B; }
p { color: rgb(53,225,107); }
H1.HeaderClassName
{
color: #35E16B;
}
.AnyTagClassName
{
color: #35E16B;
}
</style>
background-color css
<style>
a { background-color: #35E16B; }
a { background-color: rgb(53,225,107); }
div.DivClassName
{
background-color: #35E16B;
}
.BgClassName
{
background-color: #35E16B;
}
</style>
border-color css
<style>
span { border-color: #35E16B; }
span { border-color: rgb(53,225,107); }
td.TdClassName
{
border-color: #35E16B;
}
.TagClassName
{
border-color: #35E16B;
}
</style>