#56D080

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

Shades of Emerald #56D080

Tints of Emerald #56D080

Color information

#56D080 (or 0x56D080) is unknown color: approx Emerald. HEX triplet: 56, D0 and 80. RGB value is (86,208,128). Sum of RGB (Red+Green+Blue) = 86+208+128=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #56D080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D080 is #A92F7F. Grayscale: #A2A2A2. Windows color (decimal): -11087744 or 8441942. OLE color: 8441942.

HSL color Cylindrical-coordinate representation of color #56D080: hue angle of 140.66º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D080 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB86208128-
CMYK0.5900.380.18
HSL140.66º56.48%57.65%-
HSV(B)140.66º58.65%81.57%-
XYZ30.2948.6528.22-
YUV162.4108.5873.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.38%
GREEN value IS 208 (81.64% from 255) = 49.29%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=20.38%
G=49.29%
B=30.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal862081280.5900.380.18140.6656.4857.65
Hex56D0803B026128d383a
Octal12632020073046222157072
Binary1010110110100001000000011101101001101001010001101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,208,128); }

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

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

 a { background-color: rgb(86,208,128); }

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

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

 span { border-color: rgb(86,208,128); }

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