Shades of Emerald #35DD7F
Tints of Emerald #35DD7F
RGB
CMYK
RGB Variations
Color information
#35DD7F (or 0x35DD7F) is known color: Emerald. HEX triplet: 35, DD and 7F. RGB value is (53,221,127). Sum of RGB (Red+Green+Blue) = 53+221+127=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DD7F is #CA2280. Grayscale: #A0A0A0. Windows color (decimal): -13247105 or 8379701. OLE color: 8379701.
HSL color Cylindrical-coordinate representation of color #35DD7F: hue angle of 146.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DD7F is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 127 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.13 |
| HSL | 146.43º | 0.71% | 0.54% | - |
| HSV(B) | 146.43º | 0.76% | 0.87% | - |
| XYZ | 31.16 | 54 | 28.86 | - |
| YUV | 160.05 | 109.34 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 127 | 0.76 | 0 | 0.43 | 0.13 | 146.43 | 0.71 | 0.54 |
| Hex | 35 | DD | 7F | 4C | 0 | 2B | D | 92 | 47 | 36 |
| Octal | 65 | 335 | 177 | 114 | 0 | 53 | 15 | 222 | 107 | 66 |
| Binary | 110101 | 11011101 | 1111111 | 1001100 | 0 | 101011 | 1101 | 10010010 | 1000111 | 110110 |
Color Harmonies of #35DD7F
Complementary color
Monochromatic Colors of #35DD7F
Black with #35DD7F
Text Example
Text Example
White with #35DD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DD7F; }
p { color: rgb(53,221,127); }
H1.HeaderClassName
{
color: #35DD7F;
}
.AnyTagClassName
{
color: #35DD7F;
}
</style>
background-color css
<style>
a { background-color: #35DD7F; }
a { background-color: rgb(53,221,127); }
div.DivClassName
{
background-color: #35DD7F;
}
.BgClassName
{
background-color: #35DD7F;
}
</style>
border-color css
<style>
span { border-color: #35DD7F; }
span { border-color: rgb(53,221,127); }
td.TdClassName
{
border-color: #35DD7F;
}
.TagClassName
{
border-color: #35DD7F;
}
</style>