Shades of Emerald #5CD77D
Tints of Emerald #5CD77D
RGB
CMYK
RGB Variations
Color information
#5CD77D (or 0x5CD77D) is known color: Emerald. HEX triplet: 5C, D7 and 7D. RGB value is (92,215,125). Sum of RGB (Red+Green+Blue) = 92+215+125=432 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.30% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #5CD77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD77D is #A32882. Grayscale: #A8A8A8. Windows color (decimal): -10692739 or 8247132. OLE color: 8247132.
HSL color Cylindrical-coordinate representation of color #5CD77D: hue angle of 136.1º degrees, saturation: 0.61, 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 #5CD77D is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 215 | 125 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.16 |
| HSL | 136.1º | 0.61% | 0.6% | - |
| HSV(B) | 136.1º | 0.57% | 0.84% | - |
| XYZ | 32.42 | 52.36 | 27.8 | - |
| YUV | 167.96 | 103.75 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 215 | 125 | 0.57 | 0 | 0.42 | 0.16 | 136.1 | 0.61 | 0.6 |
| Hex | 5C | D7 | 7D | 39 | 0 | 2A | 10 | 88 | 3D | 3C |
| Octal | 134 | 327 | 175 | 71 | 0 | 52 | 20 | 210 | 75 | 74 |
| Binary | 1011100 | 11010111 | 1111101 | 111001 | 0 | 101010 | 10000 | 10001000 | 111101 | 111100 |
Color Harmonies of #5CD77D
Complementary color
Monochromatic Colors of #5CD77D
Black with #5CD77D
Text Example
Text Example
White with #5CD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD77D; }
p { color: rgb(92,215,125); }
H1.HeaderClassName
{
color: #5CD77D;
}
.AnyTagClassName
{
color: #5CD77D;
}
</style>
background-color css
<style>
a { background-color: #5CD77D; }
a { background-color: rgb(92,215,125); }
div.DivClassName
{
background-color: #5CD77D;
}
.BgClassName
{
background-color: #5CD77D;
}
</style>
border-color css
<style>
span { border-color: #5CD77D; }
span { border-color: rgb(92,215,125); }
td.TdClassName
{
border-color: #5CD77D;
}
.TagClassName
{
border-color: #5CD77D;
}
</style>