Shades of Emerald #35D95D
Tints of Emerald #35D95D
RGB
CMYK
RGB Variations
Color information
#35D95D (or 0x35D95D) is known color: Emerald. HEX triplet: 35, D9 and 5D. RGB value is (53,217,93). Sum of RGB (Red+Green+Blue) = 53+217+93=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 217 (85.16% from 255 or 59.78% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 217 - color contains mainly: green. Hex color #35D95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D95D is #CA26A2. Grayscale: #9A9A9A. Windows color (decimal): -13248163 or 6150453. OLE color: 6150453.
HSL color Cylindrical-coordinate representation of color #35D95D: hue angle of 134.63º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D95D is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 217 | 93 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.15 |
| HSL | 134.63º | 0.68% | 0.53% | - |
| HSV(B) | 134.63º | 0.76% | 0.85% | - |
| XYZ | 28.26 | 51.17 | 18.74 | - |
| YUV | 153.83 | 93.67 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 217 | 93 | 0.76 | 0 | 0.57 | 0.15 | 134.63 | 0.68 | 0.53 |
| Hex | 35 | D9 | 5D | 4C | 0 | 39 | F | 87 | 44 | 35 |
| Octal | 65 | 331 | 135 | 114 | 0 | 71 | 17 | 207 | 104 | 65 |
| Binary | 110101 | 11011001 | 1011101 | 1001100 | 0 | 111001 | 1111 | 10000111 | 1000100 | 110101 |
Color Harmonies of #35D95D
Complementary color
Monochromatic Colors of #35D95D
Black with #35D95D
Text Example
Text Example
White with #35D95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D95D; }
p { color: rgb(53,217,93); }
H1.HeaderClassName
{
color: #35D95D;
}
.AnyTagClassName
{
color: #35D95D;
}
</style>
background-color css
<style>
a { background-color: #35D95D; }
a { background-color: rgb(53,217,93); }
div.DivClassName
{
background-color: #35D95D;
}
.BgClassName
{
background-color: #35D95D;
}
</style>
border-color css
<style>
span { border-color: #35D95D; }
span { border-color: rgb(53,217,93); }
td.TdClassName
{
border-color: #35D95D;
}
.TagClassName
{
border-color: #35D95D;
}
</style>