Shades of Emerald #35D96C
Tints of Emerald #35D96C
RGB
CMYK
RGB Variations
Color information
#35D96C (or 0x35D96C) is known color: Emerald. HEX triplet: 35, D9 and 6C. RGB value is (53,217,108). Sum of RGB (Red+Green+Blue) = 53+217+108=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #35D96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D96C is #CA2693. Grayscale: #9B9B9B. Windows color (decimal): -13248148 or 7133493. OLE color: 7133493.
HSL color Cylindrical-coordinate representation of color #35D96C: hue angle of 140.12º 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 #35D96C is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 217 | 108 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.15 |
| HSL | 140.12º | 0.68% | 0.53% | - |
| HSV(B) | 140.12º | 0.76% | 0.85% | - |
| XYZ | 28.99 | 51.47 | 22.59 | - |
| YUV | 155.54 | 101.17 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 217 | 108 | 0.76 | 0 | 0.50 | 0.15 | 140.12 | 0.68 | 0.53 |
| Hex | 35 | D9 | 6C | 4C | 0 | 32 | F | 8C | 44 | 35 |
| Octal | 65 | 331 | 154 | 114 | 0 | 62 | 17 | 214 | 104 | 65 |
| Binary | 110101 | 11011001 | 1101100 | 1001100 | 0 | 110010 | 1111 | 10001100 | 1000100 | 110101 |
Color Harmonies of #35D96C
Complementary color
Monochromatic Colors of #35D96C
Black with #35D96C
Text Example
Text Example
White with #35D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D96C; }
p { color: rgb(53,217,108); }
H1.HeaderClassName
{
color: #35D96C;
}
.AnyTagClassName
{
color: #35D96C;
}
</style>
background-color css
<style>
a { background-color: #35D96C; }
a { background-color: rgb(53,217,108); }
div.DivClassName
{
background-color: #35D96C;
}
.BgClassName
{
background-color: #35D96C;
}
</style>
border-color css
<style>
span { border-color: #35D96C; }
span { border-color: rgb(53,217,108); }
td.TdClassName
{
border-color: #35D96C;
}
.TagClassName
{
border-color: #35D96C;
}
</style>