Shades of Emerald #5DBF77
Tints of Emerald #5DBF77
RGB
CMYK
RGB Variations
Color information
#5DBF77 (or 0x5DBF77) is known color: Emerald. HEX triplet: 5D, BF and 77. RGB value is (93,191,119). Sum of RGB (Red+Green+Blue) = 93+191+119=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF77 is #A24088. Grayscale: #999999. Windows color (decimal): -10633353 or 7847773. OLE color: 7847773.
HSL color Cylindrical-coordinate representation of color #5DBF77: hue angle of 135.92º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBF77 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 119 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.25 |
| HSL | 135.92º | 0.43% | 0.56% | - |
| HSV(B) | 135.92º | 0.51% | 0.75% | - |
| XYZ | 26.47 | 40.92 | 23.96 | - |
| YUV | 153.49 | 108.53 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 119 | 0.51 | 0 | 0.38 | 0.25 | 135.92 | 0.43 | 0.56 |
| Hex | 5D | BF | 77 | 33 | 0 | 26 | 19 | 88 | 2B | 38 |
| Octal | 135 | 277 | 167 | 63 | 0 | 46 | 31 | 210 | 53 | 70 |
| Binary | 1011101 | 10111111 | 1110111 | 110011 | 0 | 100110 | 11001 | 10001000 | 101011 | 111000 |
Color Harmonies of #5DBF77
Complementary color
Monochromatic Colors of #5DBF77
Black with #5DBF77
Text Example
Text Example
White with #5DBF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF77; }
p { color: rgb(93,191,119); }
H1.HeaderClassName
{
color: #5DBF77;
}
.AnyTagClassName
{
color: #5DBF77;
}
</style>
background-color css
<style>
a { background-color: #5DBF77; }
a { background-color: rgb(93,191,119); }
div.DivClassName
{
background-color: #5DBF77;
}
.BgClassName
{
background-color: #5DBF77;
}
</style>
border-color css
<style>
span { border-color: #5DBF77; }
span { border-color: rgb(93,191,119); }
td.TdClassName
{
border-color: #5DBF77;
}
.TagClassName
{
border-color: #5DBF77;
}
</style>