#56C07E

Color #56C07E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #56C07E

Tints of Emerald #56C07E

Color information

#56C07E (or 0x56C07E) is unknown color: approx Emerald. HEX triplet: 56, C0 and 7E. RGB value is (86,192,126). Sum of RGB (Red+Green+Blue) = 86+192+126=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #56C07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C07E is #A93F81. Grayscale: #989898. Windows color (decimal): -11091842 or 8306774. OLE color: 8306774.

HSL color Cylindrical-coordinate representation of color #56C07E: hue angle of 142.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C07E is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB86192126-
CMYK0.5500.340.25
HSL142.64º45.69%54.51%-
HSV(B)142.64º55.21%75.29%-
XYZ26.4541.1826.29-
YUV152.78112.8880.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 21.29%
GREEN value IS 192 (75.39% from 255) = 47.52%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=21.29%
G=47.52%
B=31.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861921260.5500.340.25142.6445.6954.51
Hex56C07E37022198f2e37
Octal12630017667042312175667
Binary101011011000000111111011011101000101100110001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56C07E; }

 p { color: rgb(86,192,126); }

 H1.HeaderClassName
 {
   color: #56C07E;
 }
 .AnyTagClassName
 {
   color: #56C07E;
 }
</style>
background-color css

<style>
 a { background-color: #56C07E; }

 a { background-color: rgb(86,192,126); }

 div.DivClassName
 {
   background-color: #56C07E;
 }
 .BgClassName
 {
   background-color: #56C07E;
 }
</style>
border-color css

<style>
 span { border-color: #56C07E; }

 span { border-color: rgb(86,192,126); }

 td.TdClassName
 {
   border-color: #56C07E;
 }
 .TagClassName
 {
   border-color: #56C07E;
 }
</style>