Shades of Emerald #5DC77D
Tints of Emerald #5DC77D
RGB
CMYK
RGB Variations
Color information
#5DC77D (or 0x5DC77D) is known color: Emerald. HEX triplet: 5D, C7 and 7D. RGB value is (93,199,125). Sum of RGB (Red+Green+Blue) = 93+199+125=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC77D is #A23882. Grayscale: #9F9F9F. Windows color (decimal): -10631299 or 8243037. OLE color: 8243037.
HSL color Cylindrical-coordinate representation of color #5DC77D: hue angle of 138.11º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC77D is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 199 | 125 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.22 |
| HSL | 138.11º | 0.49% | 0.57% | - |
| HSV(B) | 138.11º | 0.53% | 0.78% | - |
| XYZ | 28.64 | 44.65 | 26.51 | - |
| YUV | 158.87 | 108.88 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 199 | 125 | 0.53 | 0 | 0.37 | 0.22 | 138.11 | 0.49 | 0.57 |
| Hex | 5D | C7 | 7D | 35 | 0 | 25 | 16 | 8A | 31 | 39 |
| Octal | 135 | 307 | 175 | 65 | 0 | 45 | 26 | 212 | 61 | 71 |
| Binary | 1011101 | 11000111 | 1111101 | 110101 | 0 | 100101 | 10110 | 10001010 | 110001 | 111001 |
Color Harmonies of #5DC77D
Complementary color
Monochromatic Colors of #5DC77D
Black with #5DC77D
Text Example
Text Example
White with #5DC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC77D; }
p { color: rgb(93,199,125); }
H1.HeaderClassName
{
color: #5DC77D;
}
.AnyTagClassName
{
color: #5DC77D;
}
</style>
background-color css
<style>
a { background-color: #5DC77D; }
a { background-color: rgb(93,199,125); }
div.DivClassName
{
background-color: #5DC77D;
}
.BgClassName
{
background-color: #5DC77D;
}
</style>
border-color css
<style>
span { border-color: #5DC77D; }
span { border-color: rgb(93,199,125); }
td.TdClassName
{
border-color: #5DC77D;
}
.TagClassName
{
border-color: #5DC77D;
}
</style>