Shades of Emerald #56CF68
Tints of Emerald #56CF68
RGB
CMYK
RGB Variations
Color information
#56CF68 (or 0x56CF68) is known color: Emerald. HEX triplet: 56, CF and 68. RGB value is (86,207,104). Sum of RGB (Red+Green+Blue) = 86+207+104=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #56CF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CF68 is #A93097. Grayscale: #9F9F9F. Windows color (decimal): -11088024 or 6868822. OLE color: 6868822.
HSL color Cylindrical-coordinate representation of color #56CF68: hue angle of 128.93º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CF68 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 104 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.19 |
| HSL | 128.93º | 0.56% | 0.57% | - |
| HSV(B) | 128.93º | 0.58% | 0.81% | - |
| XYZ | 28.65 | 47.6 | 20.78 | - |
| YUV | 159.08 | 96.91 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 104 | 0.58 | 0 | 0.50 | 0.19 | 128.93 | 0.56 | 0.57 |
| Hex | 56 | CF | 68 | 3A | 0 | 32 | 13 | 81 | 38 | 39 |
| Octal | 126 | 317 | 150 | 72 | 0 | 62 | 23 | 201 | 70 | 71 |
| Binary | 1010110 | 11001111 | 1101000 | 111010 | 0 | 110010 | 10011 | 10000001 | 111000 | 111001 |
Color Harmonies of #56CF68
Complementary color
Monochromatic Colors of #56CF68
Black with #56CF68
Text Example
Text Example
White with #56CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CF68; }
p { color: rgb(86,207,104); }
H1.HeaderClassName
{
color: #56CF68;
}
.AnyTagClassName
{
color: #56CF68;
}
</style>
background-color css
<style>
a { background-color: #56CF68; }
a { background-color: rgb(86,207,104); }
div.DivClassName
{
background-color: #56CF68;
}
.BgClassName
{
background-color: #56CF68;
}
</style>
border-color css
<style>
span { border-color: #56CF68; }
span { border-color: rgb(86,207,104); }
td.TdClassName
{
border-color: #56CF68;
}
.TagClassName
{
border-color: #56CF68;
}
</style>