#56C070

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

Shades of Emerald #56C070

Tints of Emerald #56C070

Color information

#56C070 (or 0x56C070) is unknown color: approx Emerald. HEX triplet: 56, C0 and 70. RGB value is (86,192,112). Sum of RGB (Red+Green+Blue) = 86+192+112=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #56C070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C070 is #A93F8F. Grayscale: #979797. Windows color (decimal): -11091856 or 7389270. OLE color: 7389270.

HSL color Cylindrical-coordinate representation of color #56C070: hue angle of 134.72º 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 #56C070 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB86192112-
CMYK0.5500.420.25
HSL134.72º45.69%54.51%-
HSV(B)134.72º55.21%75.29%-
XYZ25.6140.8521.86-
YUV151.19105.8881.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 192 (75.39% from 255) = 49.23%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=22.05%
G=49.23%
B=28.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861921120.5500.420.25134.7245.6954.51
Hex56C0703702A19872e37
Octal12630016067052312075667
Binary101011011000000111000011011101010101100110000111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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