Shades of Emerald #5DD77A
Tints of Emerald #5DD77A
RGB
CMYK
RGB Variations
Color information
#5DD77A (or 0x5DD77A) is known color: Emerald. HEX triplet: 5D, D7 and 7A. RGB value is (93,215,122). Sum of RGB (Red+Green+Blue) = 93+215+122=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD77A is #A22885. Grayscale: #A8A8A8. Windows color (decimal): -10627206 or 8050525. OLE color: 8050525.
HSL color Cylindrical-coordinate representation of color #5DD77A: hue angle of 134.26º 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 #5DD77A is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 122 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.16 |
| HSL | 134.26º | 0.6% | 0.6% | - |
| HSV(B) | 134.26º | 0.57% | 0.84% | - |
| XYZ | 32.33 | 52.33 | 26.81 | - |
| YUV | 167.92 | 102.08 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 122 | 0.57 | 0 | 0.43 | 0.16 | 134.26 | 0.6 | 0.6 |
| Hex | 5D | D7 | 7A | 39 | 0 | 2B | 10 | 86 | 3C | 3C |
| Octal | 135 | 327 | 172 | 71 | 0 | 53 | 20 | 206 | 74 | 74 |
| Binary | 1011101 | 11010111 | 1111010 | 111001 | 0 | 101011 | 10000 | 10000110 | 111100 | 111100 |
Color Harmonies of #5DD77A
Complementary color
Monochromatic Colors of #5DD77A
Black with #5DD77A
Text Example
Text Example
White with #5DD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD77A; }
p { color: rgb(93,215,122); }
H1.HeaderClassName
{
color: #5DD77A;
}
.AnyTagClassName
{
color: #5DD77A;
}
</style>
background-color css
<style>
a { background-color: #5DD77A; }
a { background-color: rgb(93,215,122); }
div.DivClassName
{
background-color: #5DD77A;
}
.BgClassName
{
background-color: #5DD77A;
}
</style>
border-color css
<style>
span { border-color: #5DD77A; }
span { border-color: rgb(93,215,122); }
td.TdClassName
{
border-color: #5DD77A;
}
.TagClassName
{
border-color: #5DD77A;
}
</style>