Shades of Emerald #35D15D
Tints of Emerald #35D15D
RGB
CMYK
RGB Variations
Color information
#35D15D (or 0x35D15D) is known color: Emerald. HEX triplet: 35, D1 and 5D. RGB value is (53,209,93). Sum of RGB (Red+Green+Blue) = 53+209+93=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #35D15D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D15D is #CA2EA2. Grayscale: #959595. Windows color (decimal): -13250211 or 6148405. OLE color: 6148405.
HSL color Cylindrical-coordinate representation of color #35D15D: hue angle of 135.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D15D is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 209 | 93 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.18 |
| HSL | 135.38º | 0.63% | 0.51% | - |
| HSV(B) | 135.38º | 0.75% | 0.82% | - |
| XYZ | 26.24 | 47.15 | 18.07 | - |
| YUV | 149.13 | 96.32 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 209 | 93 | 0.75 | 0 | 0.56 | 0.18 | 135.38 | 0.63 | 0.51 |
| Hex | 35 | D1 | 5D | 4B | 0 | 38 | 12 | 87 | 3F | 33 |
| Octal | 65 | 321 | 135 | 113 | 0 | 70 | 22 | 207 | 77 | 63 |
| Binary | 110101 | 11010001 | 1011101 | 1001011 | 0 | 111000 | 10010 | 10000111 | 111111 | 110011 |
Color Harmonies of #35D15D
Complementary color
Monochromatic Colors of #35D15D
Black with #35D15D
Text Example
Text Example
White with #35D15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D15D; }
p { color: rgb(53,209,93); }
H1.HeaderClassName
{
color: #35D15D;
}
.AnyTagClassName
{
color: #35D15D;
}
</style>
background-color css
<style>
a { background-color: #35D15D; }
a { background-color: rgb(53,209,93); }
div.DivClassName
{
background-color: #35D15D;
}
.BgClassName
{
background-color: #35D15D;
}
</style>
border-color css
<style>
span { border-color: #35D15D; }
span { border-color: rgb(53,209,93); }
td.TdClassName
{
border-color: #35D15D;
}
.TagClassName
{
border-color: #35D15D;
}
</style>