#56CB7B

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

Shades of Emerald #56CB7B

Tints of Emerald #56CB7B

Color information

#56CB7B (or 0x56CB7B) is unknown color: approx Emerald. HEX triplet: 56, CB and 7B. RGB value is (86,203,123). Sum of RGB (Red+Green+Blue) = 86+203+123=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #56CB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CB7B is #A93484. Grayscale: #9F9F9F. Windows color (decimal): -11089029 or 8112982. OLE color: 8112982.

HSL color Cylindrical-coordinate representation of color #56CB7B: hue angle of 138.97º 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 #56CB7B is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB86203123-
CMYK0.5800.390.20
HSL138.97º52.94%56.67%-
HSV(B)138.97º57.64%79.61%-
XYZ28.7746.1226.12-
YUV158.9107.7476-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.87%
GREEN value IS 203 (79.69% from 255) = 49.27%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=20.87%
G=49.27%
B=29.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal862031230.5800.390.20138.9752.9456.67
Hex56CB7B3A027148b3539
Octal12631317372047242136571
Binary101011011001011111101111101001001111010010001011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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