Shades of Emerald #56EE85
Tints of Emerald #56EE85
RGB
CMYK
RGB Variations
Color information
#56EE85 (or 0x56EE85) is known color: Emerald. HEX triplet: 56, EE and 85. RGB value is (86,238,133). Sum of RGB (Red+Green+Blue) = 86+238+133=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #56EE85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56EE85 is #A9117A. Grayscale: #B4B4B4. Windows color (decimal): -11080059 or 8777302. OLE color: 8777302.
HSL color Cylindrical-coordinate representation of color #56EE85: hue angle of 138.55º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EE85 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 133 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.07 |
| HSL | 138.55º | 0.82% | 0.64% | - |
| HSV(B) | 138.55º | 0.64% | 0.93% | - |
| XYZ | 38.65 | 64.82 | 32.67 | - |
| YUV | 180.58 | 101.14 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 133 | 0.64 | 0 | 0.44 | 0.07 | 138.55 | 0.82 | 0.64 |
| Hex | 56 | EE | 85 | 40 | 0 | 2C | 7 | 8B | 52 | 40 |
| Octal | 126 | 356 | 205 | 100 | 0 | 54 | 7 | 213 | 122 | 100 |
| Binary | 1010110 | 11101110 | 10000101 | 1000000 | 0 | 101100 | 111 | 10001011 | 1010010 | 1000000 |
Color Harmonies of #56EE85
Complementary color
Monochromatic Colors of #56EE85
Black with #56EE85
Text Example
Text Example
White with #56EE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EE85; }
p { color: rgb(86,238,133); }
H1.HeaderClassName
{
color: #56EE85;
}
.AnyTagClassName
{
color: #56EE85;
}
</style>
background-color css
<style>
a { background-color: #56EE85; }
a { background-color: rgb(86,238,133); }
div.DivClassName
{
background-color: #56EE85;
}
.BgClassName
{
background-color: #56EE85;
}
</style>
border-color css
<style>
span { border-color: #56EE85; }
span { border-color: rgb(86,238,133); }
td.TdClassName
{
border-color: #56EE85;
}
.TagClassName
{
border-color: #56EE85;
}
</style>