#56DD86

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

Shades of Emerald #56DD86

Tints of Emerald #56DD86

Color information

#56DD86 (or 0x56DD86) is unknown color: approx Emerald. HEX triplet: 56, DD and 86. RGB value is (86,221,134). Sum of RGB (Red+Green+Blue) = 86+221+134=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #56DD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DD86 is #A92279. Grayscale: #AAAAAA. Windows color (decimal): -11084410 or 8838486. OLE color: 8838486.

HSL color Cylindrical-coordinate representation of color #56DD86: hue angle of 141.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DD86 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB86221134-
CMYK0.6100.390.13
HSL141.33º66.5%60.2%-
HSV(B)141.33º61.09%86.67%-
XYZ3455.4131.46-
YUV170.72107.2767.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.50%
GREEN value IS 221 (86.72% from 255) = 50.11%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=19.50%
G=50.11%
B=30.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal862211340.6100.390.13141.3366.560.2
Hex56DD863D027D8d433c
Octal126335206750471521510374
Binary1010110110111011000011011110101001111101100011011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,221,134); }

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

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

 a { background-color: rgb(86,221,134); }

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

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

 span { border-color: rgb(86,221,134); }

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