#56CC80

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

Shades of Emerald #56CC80

Tints of Emerald #56CC80

Color information

#56CC80 (or 0x56CC80) is unknown color: approx Emerald. HEX triplet: 56, CC and 80. RGB value is (86,204,128). Sum of RGB (Red+Green+Blue) = 86+204+128=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #56CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CC80 is #A9337F. Grayscale: #A0A0A0. Windows color (decimal): -11088768 or 8440918. OLE color: 8440918.

HSL color Cylindrical-coordinate representation of color #56CC80: hue angle of 141.36º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CC80 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB86204128-
CMYK0.5800.370.2
HSL141.36º53.64%56.86%-
HSV(B)141.36º57.84%80%-
XYZ29.3346.7227.89-
YUV160.05109.9175.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.57%
GREEN value IS 204 (80.08% from 255) = 48.80%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=20.57%
G=48.80%
B=30.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal862041280.5800.370.2141.3653.6456.86
Hex56CC803A025148d3639
Octal12631420072045242156671
Binary1010110110011001000000011101001001011010010001101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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