Shades of Emerald #56F185
Tints of Emerald #56F185
RGB
CMYK
RGB Variations
Color information
#56F185 (or 0x56F185) is known color: Emerald. HEX triplet: 56, F1 and 85. RGB value is (86,241,133). Sum of RGB (Red+Green+Blue) = 86+241+133=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #56F185 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F185 is #A90E7A. Grayscale: #B6B6B6. Windows color (decimal): -11079291 or 8778070. OLE color: 8778070.
HSL color Cylindrical-coordinate representation of color #56F185: hue angle of 138.19º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F185 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 241 | 133 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.05 |
| HSL | 138.19º | 0.85% | 0.64% | - |
| HSV(B) | 138.19º | 0.64% | 0.95% | - |
| XYZ | 39.53 | 66.58 | 32.96 | - |
| YUV | 182.34 | 100.15 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 241 | 133 | 0.64 | 0 | 0.45 | 0.05 | 138.19 | 0.85 | 0.64 |
| Hex | 56 | F1 | 85 | 40 | 0 | 2D | 5 | 8A | 55 | 40 |
| Octal | 126 | 361 | 205 | 100 | 0 | 55 | 5 | 212 | 125 | 100 |
| Binary | 1010110 | 11110001 | 10000101 | 1000000 | 0 | 101101 | 101 | 10001010 | 1010101 | 1000000 |
Color Harmonies of #56F185
Complementary color
Monochromatic Colors of #56F185
Black with #56F185
Text Example
Text Example
White with #56F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F185; }
p { color: rgb(86,241,133); }
H1.HeaderClassName
{
color: #56F185;
}
.AnyTagClassName
{
color: #56F185;
}
</style>
background-color css
<style>
a { background-color: #56F185; }
a { background-color: rgb(86,241,133); }
div.DivClassName
{
background-color: #56F185;
}
.BgClassName
{
background-color: #56F185;
}
</style>
border-color css
<style>
span { border-color: #56F185; }
span { border-color: rgb(86,241,133); }
td.TdClassName
{
border-color: #56F185;
}
.TagClassName
{
border-color: #56F185;
}
</style>