Shades of Emerald #5CEF8D
Tints of Emerald #5CEF8D
RGB
CMYK
RGB Variations
Color information
#5CEF8D (or 0x5CEF8D) is known color: Emerald. HEX triplet: 5C, EF and 8D. RGB value is (92,239,141). Sum of RGB (Red+Green+Blue) = 92+239+141=472 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.49% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CEF8D is #A31072. Grayscale: #B8B8B8. Windows color (decimal): -10686579 or 9301852. OLE color: 9301852.
HSL color Cylindrical-coordinate representation of color #5CEF8D: hue angle of 140º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEF8D is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 141 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.06 |
| HSL | 140º | 0.82% | 0.65% | - |
| HSV(B) | 140º | 0.62% | 0.94% | - |
| XYZ | 40.09 | 65.93 | 35.81 | - |
| YUV | 183.88 | 103.8 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 141 | 0.62 | 0 | 0.41 | 0.06 | 140 | 0.82 | 0.65 |
| Hex | 5C | EF | 8D | 3E | 0 | 29 | 6 | 8C | 52 | 41 |
| Octal | 134 | 357 | 215 | 76 | 0 | 51 | 6 | 214 | 122 | 101 |
| Binary | 1011100 | 11101111 | 10001101 | 111110 | 0 | 101001 | 110 | 10001100 | 1010010 | 1000001 |
Color Harmonies of #5CEF8D
Complementary color
Monochromatic Colors of #5CEF8D
Black with #5CEF8D
Text Example
Text Example
White with #5CEF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEF8D; }
p { color: rgb(92,239,141); }
H1.HeaderClassName
{
color: #5CEF8D;
}
.AnyTagClassName
{
color: #5CEF8D;
}
</style>
background-color css
<style>
a { background-color: #5CEF8D; }
a { background-color: rgb(92,239,141); }
div.DivClassName
{
background-color: #5CEF8D;
}
.BgClassName
{
background-color: #5CEF8D;
}
</style>
border-color css
<style>
span { border-color: #5CEF8D; }
span { border-color: rgb(92,239,141); }
td.TdClassName
{
border-color: #5CEF8D;
}
.TagClassName
{
border-color: #5CEF8D;
}
</style>