#56BB73

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

Shades of Emerald #56BB73

Tints of Emerald #56BB73

Color information

#56BB73 (or 0x56BB73) is unknown color: approx Emerald. HEX triplet: 56, BB and 73. RGB value is (86,187,115). Sum of RGB (Red+Green+Blue) = 86+187+115=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #56BB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BB73 is #A9448C. Grayscale: #949494. Windows color (decimal): -11093133 or 7584598. OLE color: 7584598.

HSL color Cylindrical-coordinate representation of color #56BB73: hue angle of 137.23º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BB73 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB86187115-
CMYK0.5400.390.27
HSL137.23º42.62%53.53%-
HSV(B)137.23º54.01%73.33%-
XYZ24.738.7622.4-
YUV148.59109.0483.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.16%
GREEN value IS 187 (73.44% from 255) = 48.20%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=22.16%
G=48.20%
B=29.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861871150.5400.390.27137.2342.6253.53
Hex56BB73360271B892b36
Octal12627316366047332115366
Binary101011010111011111001111011001001111101110001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,187,115); }

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

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

 a { background-color: rgb(86,187,115); }

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

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

 span { border-color: rgb(86,187,115); }

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