Shades of Emerald #5CE985
Tints of Emerald #5CE985
RGB
CMYK
RGB Variations
Color information
#5CE985 (or 0x5CE985) is known color: Emerald. HEX triplet: 5C, E9 and 85. RGB value is (92,233,133). Sum of RGB (Red+Green+Blue) = 92+233+133=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #5CE985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CE985 is #A3167A. Grayscale: #B3B3B3. Windows color (decimal): -10688123 or 8776028. OLE color: 8776028.
HSL color Cylindrical-coordinate representation of color #5CE985: hue angle of 137.45º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CE985 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 233 | 133 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.09 |
| HSL | 137.45º | 0.76% | 0.64% | - |
| HSV(B) | 137.45º | 0.61% | 0.91% | - |
| XYZ | 37.79 | 62.25 | 32.21 | - |
| YUV | 179.44 | 101.79 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 233 | 133 | 0.61 | 0 | 0.43 | 0.09 | 137.45 | 0.76 | 0.64 |
| Hex | 5C | E9 | 85 | 3D | 0 | 2B | 9 | 89 | 4C | 40 |
| Octal | 134 | 351 | 205 | 75 | 0 | 53 | 11 | 211 | 114 | 100 |
| Binary | 1011100 | 11101001 | 10000101 | 111101 | 0 | 101011 | 1001 | 10001001 | 1001100 | 1000000 |
Color Harmonies of #5CE985
Complementary color
Monochromatic Colors of #5CE985
Black with #5CE985
Text Example
Text Example
White with #5CE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE985; }
p { color: rgb(92,233,133); }
H1.HeaderClassName
{
color: #5CE985;
}
.AnyTagClassName
{
color: #5CE985;
}
</style>
background-color css
<style>
a { background-color: #5CE985; }
a { background-color: rgb(92,233,133); }
div.DivClassName
{
background-color: #5CE985;
}
.BgClassName
{
background-color: #5CE985;
}
</style>
border-color css
<style>
span { border-color: #5CE985; }
span { border-color: rgb(92,233,133); }
td.TdClassName
{
border-color: #5CE985;
}
.TagClassName
{
border-color: #5CE985;
}
</style>