Shades of Emerald #5CEA82
Tints of Emerald #5CEA82
RGB
CMYK
RGB Variations
Color information
#5CEA82 (or 0x5CEA82) is known color: Emerald. HEX triplet: 5C, EA and 82. RGB value is (92,234,130). Sum of RGB (Red+Green+Blue) = 92+234+130=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #5CEA82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CEA82 is #A3157D. Grayscale: #B3B3B3. Windows color (decimal): -10687870 or 8579676. OLE color: 8579676.
HSL color Cylindrical-coordinate representation of color #5CEA82: hue angle of 136.06º 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 #5CEA82 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 234 | 130 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.08 |
| HSL | 136.06º | 0.77% | 0.64% | - |
| HSV(B) | 136.06º | 0.61% | 0.92% | - |
| XYZ | 37.87 | 62.73 | 31.23 | - |
| YUV | 179.69 | 99.96 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 234 | 130 | 0.61 | 0 | 0.44 | 0.08 | 136.06 | 0.77 | 0.64 |
| Hex | 5C | EA | 82 | 3D | 0 | 2C | 8 | 88 | 4D | 40 |
| Octal | 134 | 352 | 202 | 75 | 0 | 54 | 10 | 210 | 115 | 100 |
| Binary | 1011100 | 11101010 | 10000010 | 111101 | 0 | 101100 | 1000 | 10001000 | 1001101 | 1000000 |
Color Harmonies of #5CEA82
Complementary color
Monochromatic Colors of #5CEA82
Black with #5CEA82
Text Example
Text Example
White with #5CEA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEA82; }
p { color: rgb(92,234,130); }
H1.HeaderClassName
{
color: #5CEA82;
}
.AnyTagClassName
{
color: #5CEA82;
}
</style>
background-color css
<style>
a { background-color: #5CEA82; }
a { background-color: rgb(92,234,130); }
div.DivClassName
{
background-color: #5CEA82;
}
.BgClassName
{
background-color: #5CEA82;
}
</style>
border-color css
<style>
span { border-color: #5CEA82; }
span { border-color: rgb(92,234,130); }
td.TdClassName
{
border-color: #5CEA82;
}
.TagClassName
{
border-color: #5CEA82;
}
</style>