#56C06F

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

Shades of Emerald #56C06F

Tints of Emerald #56C06F

Color information

#56C06F (or 0x56C06F) is unknown color: approx Emerald. HEX triplet: 56, C0 and 6F. RGB value is (86,192,111). Sum of RGB (Red+Green+Blue) = 86+192+111=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #56C06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C06F is #A93F90. Grayscale: #979797. Windows color (decimal): -11091857 or 7323734. OLE color: 7323734.

HSL color Cylindrical-coordinate representation of color #56C06F: hue angle of 134.15º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C06F is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB86192111-
CMYK0.5500.420.25
HSL134.15º45.69%54.51%-
HSV(B)134.15º55.21%75.29%-
XYZ25.5640.8321.57-
YUV151.07105.3881.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.11%
GREEN value IS 192 (75.39% from 255) = 49.36%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=22.11%
G=49.36%
B=28.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861921110.5500.420.25134.1545.6954.51
Hex56C06F3702A19862e37
Octal12630015767052312065667
Binary101011011000000110111111011101010101100110000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,192,111); }

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

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

 a { background-color: rgb(86,192,111); }

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

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

 span { border-color: rgb(86,192,111); }

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