Shades of Emerald #35DF5E
Tints of Emerald #35DF5E
RGB
CMYK
RGB Variations
Color information
#35DF5E (or 0x35DF5E) is known color: Emerald. HEX triplet: 35, DF and 5E. RGB value is (53,223,94). Sum of RGB (Red+Green+Blue) = 53+223+94=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 223 (87.5% from 255 or 60.27% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DF5E is #CA20A1. Grayscale: #9D9D9D. Windows color (decimal): -13246626 or 6217525. OLE color: 6217525.
HSL color Cylindrical-coordinate representation of color #35DF5E: hue angle of 134.47º degrees, saturation: 0.73, 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 #35DF5E is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 223 | 94 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.13 |
| HSL | 134.47º | 0.73% | 0.54% | - |
| HSV(B) | 134.47º | 0.76% | 0.87% | - |
| XYZ | 29.88 | 54.34 | 19.5 | - |
| YUV | 157.46 | 92.18 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 223 | 94 | 0.76 | 0 | 0.58 | 0.13 | 134.47 | 0.73 | 0.54 |
| Hex | 35 | DF | 5E | 4C | 0 | 3A | D | 86 | 49 | 36 |
| Octal | 65 | 337 | 136 | 114 | 0 | 72 | 15 | 206 | 111 | 66 |
| Binary | 110101 | 11011111 | 1011110 | 1001100 | 0 | 111010 | 1101 | 10000110 | 1001001 | 110110 |
Color Harmonies of #35DF5E
Complementary color
Monochromatic Colors of #35DF5E
Black with #35DF5E
Text Example
Text Example
White with #35DF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DF5E; }
p { color: rgb(53,223,94); }
H1.HeaderClassName
{
color: #35DF5E;
}
.AnyTagClassName
{
color: #35DF5E;
}
</style>
background-color css
<style>
a { background-color: #35DF5E; }
a { background-color: rgb(53,223,94); }
div.DivClassName
{
background-color: #35DF5E;
}
.BgClassName
{
background-color: #35DF5E;
}
</style>
border-color css
<style>
span { border-color: #35DF5E; }
span { border-color: rgb(53,223,94); }
td.TdClassName
{
border-color: #35DF5E;
}
.TagClassName
{
border-color: #35DF5E;
}
</style>