Shades of Emerald #5CEA8C
Tints of Emerald #5CEA8C
RGB
CMYK
RGB Variations
Color information
#5CEA8C (or 0x5CEA8C) is known color: Emerald. HEX triplet: 5C, EA and 8C. RGB value is (92,234,140). Sum of RGB (Red+Green+Blue) = 92+234+140=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #5CEA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CEA8C is #A31573. Grayscale: #B5B5B5. Windows color (decimal): -10687860 or 9235036. OLE color: 9235036.
HSL color Cylindrical-coordinate representation of color #5CEA8C: hue angle of 140.28º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEA8C is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 234 | 140 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.08 |
| HSL | 140.28º | 0.77% | 0.64% | - |
| HSV(B) | 140.28º | 0.61% | 0.92% | - |
| XYZ | 38.57 | 63.01 | 34.94 | - |
| YUV | 180.83 | 104.96 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 234 | 140 | 0.61 | 0 | 0.40 | 0.08 | 140.28 | 0.77 | 0.64 |
| Hex | 5C | EA | 8C | 3D | 0 | 28 | 8 | 8C | 4D | 40 |
| Octal | 134 | 352 | 214 | 75 | 0 | 50 | 10 | 214 | 115 | 100 |
| Binary | 1011100 | 11101010 | 10001100 | 111101 | 0 | 101000 | 1000 | 10001100 | 1001101 | 1000000 |
Color Harmonies of #5CEA8C
Complementary color
Monochromatic Colors of #5CEA8C
Black with #5CEA8C
Text Example
Text Example
White with #5CEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEA8C; }
p { color: rgb(92,234,140); }
H1.HeaderClassName
{
color: #5CEA8C;
}
.AnyTagClassName
{
color: #5CEA8C;
}
</style>
background-color css
<style>
a { background-color: #5CEA8C; }
a { background-color: rgb(92,234,140); }
div.DivClassName
{
background-color: #5CEA8C;
}
.BgClassName
{
background-color: #5CEA8C;
}
</style>
border-color css
<style>
span { border-color: #5CEA8C; }
span { border-color: rgb(92,234,140); }
td.TdClassName
{
border-color: #5CEA8C;
}
.TagClassName
{
border-color: #5CEA8C;
}
</style>