Shades of Emerald #5CE07D
Tints of Emerald #5CE07D
RGB
CMYK
RGB Variations
Color information
#5CE07D (or 0x5CE07D) is known color: Emerald. HEX triplet: 5C, E0 and 7D. RGB value is (92,224,125). Sum of RGB (Red+Green+Blue) = 92+224+125=441 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.86% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #5CE07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CE07D is #A31F82. Grayscale: #ADADAD. Windows color (decimal): -10690435 or 8249436. OLE color: 8249436.
HSL color Cylindrical-coordinate representation of color #5CE07D: hue angle of 135º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CE07D is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 224 | 125 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.12 |
| HSL | 135º | 0.68% | 0.62% | - |
| HSV(B) | 135º | 0.59% | 0.88% | - |
| XYZ | 34.77 | 57.07 | 28.58 | - |
| YUV | 173.25 | 100.77 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 224 | 125 | 0.59 | 0 | 0.44 | 0.12 | 135 | 0.68 | 0.62 |
| Hex | 5C | E0 | 7D | 3B | 0 | 2C | C | 87 | 44 | 3E |
| Octal | 134 | 340 | 175 | 73 | 0 | 54 | 14 | 207 | 104 | 76 |
| Binary | 1011100 | 11100000 | 1111101 | 111011 | 0 | 101100 | 1100 | 10000111 | 1000100 | 111110 |
Color Harmonies of #5CE07D
Complementary color
Monochromatic Colors of #5CE07D
Black with #5CE07D
Text Example
Text Example
White with #5CE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE07D; }
p { color: rgb(92,224,125); }
H1.HeaderClassName
{
color: #5CE07D;
}
.AnyTagClassName
{
color: #5CE07D;
}
</style>
background-color css
<style>
a { background-color: #5CE07D; }
a { background-color: rgb(92,224,125); }
div.DivClassName
{
background-color: #5CE07D;
}
.BgClassName
{
background-color: #5CE07D;
}
</style>
border-color css
<style>
span { border-color: #5CE07D; }
span { border-color: rgb(92,224,125); }
td.TdClassName
{
border-color: #5CE07D;
}
.TagClassName
{
border-color: #5CE07D;
}
</style>