Shades of Emerald #5CEB92
Tints of Emerald #5CEB92
RGB
CMYK
RGB Variations
Color information
#5CEB92 (or 0x5CEB92) is known color: Emerald. HEX triplet: 5C, EB and 92. RGB value is (92,235,146). Sum of RGB (Red+Green+Blue) = 92+235+146=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #5CEB92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CEB92 is #A3146D. Grayscale: #B6B6B6. Windows color (decimal): -10687598 or 9628508. OLE color: 9628508.
HSL color Cylindrical-coordinate representation of color #5CEB92: hue angle of 142.66º degrees, saturation: 0.78, 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 #5CEB92 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 235 | 146 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.08 |
| HSL | 142.66º | 0.78% | 0.64% | - |
| HSV(B) | 142.66º | 0.61% | 0.92% | - |
| XYZ | 39.31 | 63.77 | 37.43 | - |
| YUV | 182.1 | 107.62 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 235 | 146 | 0.61 | 0 | 0.38 | 0.08 | 142.66 | 0.78 | 0.64 |
| Hex | 5C | EB | 92 | 3D | 0 | 26 | 8 | 8F | 4E | 40 |
| Octal | 134 | 353 | 222 | 75 | 0 | 46 | 10 | 217 | 116 | 100 |
| Binary | 1011100 | 11101011 | 10010010 | 111101 | 0 | 100110 | 1000 | 10001111 | 1001110 | 1000000 |
Color Harmonies of #5CEB92
Complementary color
Monochromatic Colors of #5CEB92
Black with #5CEB92
Text Example
Text Example
White with #5CEB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEB92; }
p { color: rgb(92,235,146); }
H1.HeaderClassName
{
color: #5CEB92;
}
.AnyTagClassName
{
color: #5CEB92;
}
</style>
background-color css
<style>
a { background-color: #5CEB92; }
a { background-color: rgb(92,235,146); }
div.DivClassName
{
background-color: #5CEB92;
}
.BgClassName
{
background-color: #5CEB92;
}
</style>
border-color css
<style>
span { border-color: #5CEB92; }
span { border-color: rgb(92,235,146); }
td.TdClassName
{
border-color: #5CEB92;
}
.TagClassName
{
border-color: #5CEB92;
}
</style>