#56DC88

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

Shades of Emerald #56DC88

Tints of Emerald #56DC88

Color information

#56DC88 (or 0x56DC88) is unknown color: approx Emerald. HEX triplet: 56, DC and 88. RGB value is (86,220,136). Sum of RGB (Red+Green+Blue) = 86+220+136=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DC88 is #A92377. Grayscale: #AAAAAA. Windows color (decimal): -11084664 or 8969302. OLE color: 8969302.

HSL color Cylindrical-coordinate representation of color #56DC88: hue angle of 142.39º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DC88 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB86220136-
CMYK0.6100.380.14
HSL142.39º65.69%60%-
HSV(B)142.39º60.91%86.27%-
XYZ33.8754.9432.11-
YUV170.36108.6167.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.46%
GREEN value IS 220 (86.33% from 255) = 49.77%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=19.46%
G=49.77%
B=30.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal862201360.6100.380.14142.3965.6960
Hex56DC883D026E8e423c
Octal126334210750461621610274
Binary1010110110111001000100011110101001101110100011101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,220,136); }

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

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

 a { background-color: rgb(86,220,136); }

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

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

 span { border-color: rgb(86,220,136); }

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