#56C485

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

Shades of Emerald #56C485

Tints of Emerald #56C485

Color information

#56C485 (or 0x56C485) is unknown color: approx Emerald. HEX triplet: 56, C4 and 85. RGB value is (86,196,133). Sum of RGB (Red+Green+Blue) = 86+196+133=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #56C485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C485 is #A93B7A. Grayscale: #9C9C9C. Windows color (decimal): -11090811 or 8766550. OLE color: 8766550.

HSL color Cylindrical-coordinate representation of color #56C485: hue angle of 145.64º 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 #56C485 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB86196133-
CMYK0.5600.320.23
HSL145.64º48.25%55.29%-
HSV(B)145.64º56.12%76.86%-
XYZ27.8143.1529.05-
YUV155.93115.0678.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.72%
GREEN value IS 196 (76.95% from 255) = 47.23%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=20.72%
G=47.23%
B=32.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861961330.5600.320.23145.6448.2555.29
Hex56C4853802017923037
Octal12630420570040272226067
Binary1010110110001001000010111100001000001011110010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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