Shades of Emerald #35D15B
Tints of Emerald #35D15B
RGB
CMYK
RGB Variations
Color information
#35D15B (or 0x35D15B) is known color: Emerald. HEX triplet: 35, D1 and 5B. RGB value is (53,209,91). Sum of RGB (Red+Green+Blue) = 53+209+91=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 209 (82.03% from 255 or 59.21% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 209 - color contains mainly: green. Hex color #35D15B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D15B is #CA2EA4. Grayscale: #959595. Windows color (decimal): -13250213 or 6017333. OLE color: 6017333.
HSL color Cylindrical-coordinate representation of color #35D15B: hue angle of 134.62º 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 #35D15B is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 209 | 91 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.18 |
| HSL | 134.62º | 0.63% | 0.51% | - |
| HSV(B) | 134.62º | 0.75% | 0.82% | - |
| XYZ | 26.16 | 47.11 | 17.61 | - |
| YUV | 148.9 | 95.32 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 209 | 91 | 0.75 | 0 | 0.56 | 0.18 | 134.62 | 0.63 | 0.51 |
| Hex | 35 | D1 | 5B | 4B | 0 | 38 | 12 | 87 | 3F | 33 |
| Octal | 65 | 321 | 133 | 113 | 0 | 70 | 22 | 207 | 77 | 63 |
| Binary | 110101 | 11010001 | 1011011 | 1001011 | 0 | 111000 | 10010 | 10000111 | 111111 | 110011 |
Color Harmonies of #35D15B
Complementary color
Monochromatic Colors of #35D15B
Black with #35D15B
Text Example
Text Example
White with #35D15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D15B; }
p { color: rgb(53,209,91); }
H1.HeaderClassName
{
color: #35D15B;
}
.AnyTagClassName
{
color: #35D15B;
}
</style>
background-color css
<style>
a { background-color: #35D15B; }
a { background-color: rgb(53,209,91); }
div.DivClassName
{
background-color: #35D15B;
}
.BgClassName
{
background-color: #35D15B;
}
</style>
border-color css
<style>
span { border-color: #35D15B; }
span { border-color: rgb(53,209,91); }
td.TdClassName
{
border-color: #35D15B;
}
.TagClassName
{
border-color: #35D15B;
}
</style>