Shades of Emerald #5CDD7C
Tints of Emerald #5CDD7C
RGB
CMYK
RGB Variations
Color information
#5CDD7C (or 0x5CDD7C) is known color: Emerald. HEX triplet: 5C, DD and 7C. RGB value is (92,221,124). Sum of RGB (Red+Green+Blue) = 92+221+124=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDD7C is #A32283. Grayscale: #ABABAB. Windows color (decimal): -10691204 or 8183132. OLE color: 8183132.
HSL color Cylindrical-coordinate representation of color #5CDD7C: hue angle of 134.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDD7C is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 124 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.13 |
| HSL | 134.88º | 0.65% | 0.61% | - |
| HSV(B) | 134.88º | 0.58% | 0.87% | - |
| XYZ | 33.91 | 55.44 | 27.98 | - |
| YUV | 171.37 | 101.26 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 124 | 0.58 | 0 | 0.44 | 0.13 | 134.88 | 0.65 | 0.61 |
| Hex | 5C | DD | 7C | 3A | 0 | 2C | D | 87 | 41 | 3D |
| Octal | 134 | 335 | 174 | 72 | 0 | 54 | 15 | 207 | 101 | 75 |
| Binary | 1011100 | 11011101 | 1111100 | 111010 | 0 | 101100 | 1101 | 10000111 | 1000001 | 111101 |
Color Harmonies of #5CDD7C
Complementary color
Monochromatic Colors of #5CDD7C
Black with #5CDD7C
Text Example
Text Example
White with #5CDD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDD7C; }
p { color: rgb(92,221,124); }
H1.HeaderClassName
{
color: #5CDD7C;
}
.AnyTagClassName
{
color: #5CDD7C;
}
</style>
background-color css
<style>
a { background-color: #5CDD7C; }
a { background-color: rgb(92,221,124); }
div.DivClassName
{
background-color: #5CDD7C;
}
.BgClassName
{
background-color: #5CDD7C;
}
</style>
border-color css
<style>
span { border-color: #5CDD7C; }
span { border-color: rgb(92,221,124); }
td.TdClassName
{
border-color: #5CDD7C;
}
.TagClassName
{
border-color: #5CDD7C;
}
</style>