#56C482

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

Shades of Emerald #56C482

Tints of Emerald #56C482

Color information

#56C482 (or 0x56C482) is unknown color: approx Emerald. HEX triplet: 56, C4 and 82. RGB value is (86,196,130). Sum of RGB (Red+Green+Blue) = 86+196+130=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #56C482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C482 is #A93B7D. Grayscale: #9B9B9B. Windows color (decimal): -11090814 or 8569942. OLE color: 8569942.

HSL color Cylindrical-coordinate representation of color #56C482: hue angle of 144º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C482 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB86196130-
CMYK0.5600.340.23
HSL144º48.25%55.29%-
HSV(B)144º56.12%76.86%-
XYZ27.6143.0727.98-
YUV155.59113.5678.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.87%
GREEN value IS 196 (76.95% from 255) = 47.57%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=20.87%
G=47.57%
B=31.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861961300.5600.340.2314448.2555.29
Hex56C4823802217903037
Octal12630420270042272206067
Binary1010110110001001000001011100001000101011110010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,196,130); }

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

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

 a { background-color: rgb(86,196,130); }

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

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

 span { border-color: rgb(86,196,130); }

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