Shades of Emerald #35DD6F
Tints of Emerald #35DD6F
RGB
CMYK
RGB Variations
Color information
#35DD6F (or 0x35DD6F) is known color: Emerald. HEX triplet: 35, DD and 6F. RGB value is (53,221,111). Sum of RGB (Red+Green+Blue) = 53+221+111=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DD6F is #CA2290. Grayscale: #9E9E9E. Windows color (decimal): -13247121 or 7331125. OLE color: 7331125.
HSL color Cylindrical-coordinate representation of color #35DD6F: hue angle of 140.71º 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 #35DD6F is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 111 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.13 |
| HSL | 140.71º | 0.71% | 0.54% | - |
| HSV(B) | 140.71º | 0.76% | 0.87% | - |
| XYZ | 30.19 | 53.62 | 23.8 | - |
| YUV | 158.23 | 101.34 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 111 | 0.76 | 0 | 0.50 | 0.13 | 140.71 | 0.71 | 0.54 |
| Hex | 35 | DD | 6F | 4C | 0 | 32 | D | 8D | 47 | 36 |
| Octal | 65 | 335 | 157 | 114 | 0 | 62 | 15 | 215 | 107 | 66 |
| Binary | 110101 | 11011101 | 1101111 | 1001100 | 0 | 110010 | 1101 | 10001101 | 1000111 | 110110 |
Color Harmonies of #35DD6F
Complementary color
Monochromatic Colors of #35DD6F
Black with #35DD6F
Text Example
Text Example
White with #35DD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DD6F; }
p { color: rgb(53,221,111); }
H1.HeaderClassName
{
color: #35DD6F;
}
.AnyTagClassName
{
color: #35DD6F;
}
</style>
background-color css
<style>
a { background-color: #35DD6F; }
a { background-color: rgb(53,221,111); }
div.DivClassName
{
background-color: #35DD6F;
}
.BgClassName
{
background-color: #35DD6F;
}
</style>
border-color css
<style>
span { border-color: #35DD6F; }
span { border-color: rgb(53,221,111); }
td.TdClassName
{
border-color: #35DD6F;
}
.TagClassName
{
border-color: #35DD6F;
}
</style>