Shades of Emerald #5CDC7A
Tints of Emerald #5CDC7A
RGB
CMYK
RGB Variations
Color information
#5CDC7A (or 0x5CDC7A) is known color: Emerald. HEX triplet: 5C, DC and 7A. RGB value is (92,220,122). Sum of RGB (Red+Green+Blue) = 92+220+122=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDC7A is #A32385. Grayscale: #AAAAAA. Windows color (decimal): -10691462 or 8051804. OLE color: 8051804.
HSL color Cylindrical-coordinate representation of color #5CDC7A: hue angle of 134.06º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDC7A is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 122 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.14 |
| HSL | 134.06º | 0.65% | 0.61% | - |
| HSV(B) | 134.06º | 0.58% | 0.86% | - |
| XYZ | 33.52 | 54.87 | 27.24 | - |
| YUV | 170.56 | 100.59 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 122 | 0.58 | 0 | 0.45 | 0.14 | 134.06 | 0.65 | 0.61 |
| Hex | 5C | DC | 7A | 3A | 0 | 2D | E | 86 | 41 | 3D |
| Octal | 134 | 334 | 172 | 72 | 0 | 55 | 16 | 206 | 101 | 75 |
| Binary | 1011100 | 11011100 | 1111010 | 111010 | 0 | 101101 | 1110 | 10000110 | 1000001 | 111101 |
Color Harmonies of #5CDC7A
Complementary color
Monochromatic Colors of #5CDC7A
Black with #5CDC7A
Text Example
Text Example
White with #5CDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDC7A; }
p { color: rgb(92,220,122); }
H1.HeaderClassName
{
color: #5CDC7A;
}
.AnyTagClassName
{
color: #5CDC7A;
}
</style>
background-color css
<style>
a { background-color: #5CDC7A; }
a { background-color: rgb(92,220,122); }
div.DivClassName
{
background-color: #5CDC7A;
}
.BgClassName
{
background-color: #5CDC7A;
}
</style>
border-color css
<style>
span { border-color: #5CDC7A; }
span { border-color: rgb(92,220,122); }
td.TdClassName
{
border-color: #5CDC7A;
}
.TagClassName
{
border-color: #5CDC7A;
}
</style>