#56CB7E

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

Shades of Emerald #56CB7E

Tints of Emerald #56CB7E

Color information

#56CB7E (or 0x56CB7E) is unknown color: approx Emerald. HEX triplet: 56, CB and 7E. RGB value is (86,203,126). Sum of RGB (Red+Green+Blue) = 86+203+126=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #56CB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CB7E is #A93481. Grayscale: #9F9F9F. Windows color (decimal): -11089026 or 8309590. OLE color: 8309590.

HSL color Cylindrical-coordinate representation of color #56CB7E: hue angle of 140.51º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CB7E is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB86203126-
CMYK0.5800.380.20
HSL140.51º52.94%56.67%-
HSV(B)140.51º57.64%79.61%-
XYZ28.9646.227.13-
YUV159.24109.2475.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.72%
GREEN value IS 203 (79.69% from 255) = 48.92%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=20.72%
G=48.92%
B=30.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal862031260.5800.380.20140.5152.9456.67
Hex56CB7E3A026148d3539
Octal12631317672046242156571
Binary101011011001011111111011101001001101010010001101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,203,126); }

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

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

 a { background-color: rgb(86,203,126); }

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

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

 span { border-color: rgb(86,203,126); }

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