Shades of Emerald #5CDD7D
Tints of Emerald #5CDD7D
RGB
CMYK
RGB Variations
Color information
#5CDD7D (or 0x5CDD7D) is known color: Emerald. HEX triplet: 5C, DD and 7D. RGB value is (92,221,125). Sum of RGB (Red+Green+Blue) = 92+221+125=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDD7D is #A32282. Grayscale: #ABABAB. Windows color (decimal): -10691203 or 8248668. OLE color: 8248668.
HSL color Cylindrical-coordinate representation of color #5CDD7D: hue angle of 135.35º 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 #5CDD7D is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 125 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.13 |
| HSL | 135.35º | 0.65% | 0.61% | - |
| HSV(B) | 135.35º | 0.58% | 0.87% | - |
| XYZ | 33.97 | 55.47 | 28.32 | - |
| YUV | 171.49 | 101.76 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 125 | 0.58 | 0 | 0.43 | 0.13 | 135.35 | 0.65 | 0.61 |
| Hex | 5C | DD | 7D | 3A | 0 | 2B | D | 87 | 41 | 3D |
| Octal | 134 | 335 | 175 | 72 | 0 | 53 | 15 | 207 | 101 | 75 |
| Binary | 1011100 | 11011101 | 1111101 | 111010 | 0 | 101011 | 1101 | 10000111 | 1000001 | 111101 |
Color Harmonies of #5CDD7D
Complementary color
Monochromatic Colors of #5CDD7D
Black with #5CDD7D
Text Example
Text Example
White with #5CDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDD7D; }
p { color: rgb(92,221,125); }
H1.HeaderClassName
{
color: #5CDD7D;
}
.AnyTagClassName
{
color: #5CDD7D;
}
</style>
background-color css
<style>
a { background-color: #5CDD7D; }
a { background-color: rgb(92,221,125); }
div.DivClassName
{
background-color: #5CDD7D;
}
.BgClassName
{
background-color: #5CDD7D;
}
</style>
border-color css
<style>
span { border-color: #5CDD7D; }
span { border-color: rgb(92,221,125); }
td.TdClassName
{
border-color: #5CDD7D;
}
.TagClassName
{
border-color: #5CDD7D;
}
</style>