Shades of Emerald #5DD77B
Tints of Emerald #5DD77B
RGB
CMYK
RGB Variations
Color information
#5DD77B (or 0x5DD77B) is known color: Emerald. HEX triplet: 5D, D7 and 7B. RGB value is (93,215,123). Sum of RGB (Red+Green+Blue) = 93+215+123=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD77B is #A22884. Grayscale: #A8A8A8. Windows color (decimal): -10627205 or 8116061. OLE color: 8116061.
HSL color Cylindrical-coordinate representation of color #5DD77B: hue angle of 134.75º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD77B is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 123 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.16 |
| HSL | 134.75º | 0.6% | 0.6% | - |
| HSV(B) | 134.75º | 0.57% | 0.84% | - |
| XYZ | 32.39 | 52.36 | 27.14 | - |
| YUV | 168.03 | 102.58 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 123 | 0.57 | 0 | 0.43 | 0.16 | 134.75 | 0.6 | 0.6 |
| Hex | 5D | D7 | 7B | 39 | 0 | 2B | 10 | 87 | 3C | 3C |
| Octal | 135 | 327 | 173 | 71 | 0 | 53 | 20 | 207 | 74 | 74 |
| Binary | 1011101 | 11010111 | 1111011 | 111001 | 0 | 101011 | 10000 | 10000111 | 111100 | 111100 |
Color Harmonies of #5DD77B
Complementary color
Monochromatic Colors of #5DD77B
Black with #5DD77B
Text Example
Text Example
White with #5DD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD77B; }
p { color: rgb(93,215,123); }
H1.HeaderClassName
{
color: #5DD77B;
}
.AnyTagClassName
{
color: #5DD77B;
}
</style>
background-color css
<style>
a { background-color: #5DD77B; }
a { background-color: rgb(93,215,123); }
div.DivClassName
{
background-color: #5DD77B;
}
.BgClassName
{
background-color: #5DD77B;
}
</style>
border-color css
<style>
span { border-color: #5DD77B; }
span { border-color: rgb(93,215,123); }
td.TdClassName
{
border-color: #5DD77B;
}
.TagClassName
{
border-color: #5DD77B;
}
</style>