#56CA7A

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

Shades of Emerald #56CA7A

Tints of Emerald #56CA7A

Color information

#56CA7A (or 0x56CA7A) is unknown color: approx Emerald. HEX triplet: 56, CA and 7A. RGB value is (86,202,122). Sum of RGB (Red+Green+Blue) = 86+202+122=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #56CA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CA7A is #A93585. Grayscale: #9E9E9E. Windows color (decimal): -11089286 or 8047190. OLE color: 8047190.

HSL color Cylindrical-coordinate representation of color #56CA7A: hue angle of 138.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56CA7A is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB86202122-
CMYK0.5700.400.21
HSL138.62º52.25%56.47%-
HSV(B)138.62º57.43%79.22%-
XYZ28.4745.6225.72-
YUV158.2107.5776.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.98%
GREEN value IS 202 (79.30% from 255) = 49.27%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=20.98%
G=49.27%
B=29.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal862021220.5700.400.21138.6252.2556.47
Hex56CA7A39028158b3438
Octal12631217271050252136470
Binary101011011001010111101011100101010001010110001011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,202,122); }

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

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

 a { background-color: rgb(86,202,122); }

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

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

 span { border-color: rgb(86,202,122); }

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