#56CA6B

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

Shades of Emerald #56CA6B

Tints of Emerald #56CA6B

Color information

#56CA6B (or 0x56CA6B) is unknown color: approx Emerald. HEX triplet: 56, CA and 6B. RGB value is (86,202,107). Sum of RGB (Red+Green+Blue) = 86+202+107=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #56CA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CA6B is #A93594. Grayscale: #9C9C9C. Windows color (decimal): -11089301 or 7064150. OLE color: 7064150.

HSL color Cylindrical-coordinate representation of color #56CA6B: hue angle of 130.86º 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 #56CA6B is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB86202107-
CMYK0.5700.470.21
HSL130.86º52.25%56.47%-
HSV(B)130.86º57.43%79.22%-
XYZ27.6145.2821.19-
YUV156.49100.0777.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.77%
GREEN value IS 202 (79.30% from 255) = 51.14%
BLUE value IS 107 (42.19% from 255) = 27.09%
R=21.77%
G=51.14%
B=27.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal862021070.5700.470.21130.8652.2556.47
Hex56CA6B3902F15833438
Octal12631215371057252036470
Binary101011011001010110101111100101011111010110000011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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