Shades of Emerald #35DF77
Tints of Emerald #35DF77
RGB
CMYK
RGB Variations
Color information
#35DF77 (or 0x35DF77) is known color: Emerald. HEX triplet: 35, DF and 77. RGB value is (53,223,119). Sum of RGB (Red+Green+Blue) = 53+223+119=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DF77 is #CA2088. Grayscale: #A0A0A0. Windows color (decimal): -13246601 or 7855925. OLE color: 7855925.
HSL color Cylindrical-coordinate representation of color #35DF77: hue angle of 143.29º 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 #35DF77 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 223 | 119 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.13 |
| HSL | 143.29º | 0.73% | 0.54% | - |
| HSV(B) | 143.29º | 0.76% | 0.87% | - |
| XYZ | 31.19 | 54.86 | 26.4 | - |
| YUV | 160.31 | 104.68 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 223 | 119 | 0.76 | 0 | 0.47 | 0.13 | 143.29 | 0.73 | 0.54 |
| Hex | 35 | DF | 77 | 4C | 0 | 2F | D | 8F | 49 | 36 |
| Octal | 65 | 337 | 167 | 114 | 0 | 57 | 15 | 217 | 111 | 66 |
| Binary | 110101 | 11011111 | 1110111 | 1001100 | 0 | 101111 | 1101 | 10001111 | 1001001 | 110110 |
Color Harmonies of #35DF77
Complementary color
Monochromatic Colors of #35DF77
Black with #35DF77
Text Example
Text Example
White with #35DF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DF77; }
p { color: rgb(53,223,119); }
H1.HeaderClassName
{
color: #35DF77;
}
.AnyTagClassName
{
color: #35DF77;
}
</style>
background-color css
<style>
a { background-color: #35DF77; }
a { background-color: rgb(53,223,119); }
div.DivClassName
{
background-color: #35DF77;
}
.BgClassName
{
background-color: #35DF77;
}
</style>
border-color css
<style>
span { border-color: #35DF77; }
span { border-color: rgb(53,223,119); }
td.TdClassName
{
border-color: #35DF77;
}
.TagClassName
{
border-color: #35DF77;
}
</style>