#56BB70

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

Shades of Emerald #56BB70

Tints of Emerald #56BB70

Color information

#56BB70 (or 0x56BB70) is unknown color: approx Emerald. HEX triplet: 56, BB and 70. RGB value is (86,187,112). Sum of RGB (Red+Green+Blue) = 86+187+112=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #56BB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BB70 is #A9448F. Grayscale: #949494. Windows color (decimal): -11093136 or 7387990. OLE color: 7387990.

HSL color Cylindrical-coordinate representation of color #56BB70: hue angle of 135.45º 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 #56BB70 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB86187112-
CMYK0.5400.400.27
HSL135.45º42.62%53.53%-
HSV(B)135.45º54.01%73.33%-
XYZ24.5338.6921.5-
YUV148.25107.5483.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.34%
GREEN value IS 187 (73.44% from 255) = 48.57%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=22.34%
G=48.57%
B=29.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861871120.5400.400.27135.4542.6253.53
Hex56BB70360281B872b36
Octal12627316066050332075366
Binary101011010111011111000011011001010001101110000111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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