#56CA6F

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

Shades of Emerald #56CA6F

Tints of Emerald #56CA6F

Color information

#56CA6F (or 0x56CA6F) is unknown color: approx Emerald. HEX triplet: 56, CA and 6F. RGB value is (86,202,111). Sum of RGB (Red+Green+Blue) = 86+202+111=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #56CA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CA6F is #A93590. Grayscale: #9D9D9D. Windows color (decimal): -11089297 or 7326294. OLE color: 7326294.

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

Color convert

RGB86202111-
CMYK0.5700.450.21
HSL132.93º52.25%56.47%-
HSV(B)132.93º57.43%79.22%-
XYZ27.8345.3722.33-
YUV156.94102.0777.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.55%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=21.55%
G=50.63%
B=27.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal862021110.5700.450.21132.9352.2556.47
Hex56CA6F3902D15853438
Octal12631215771055252056470
Binary101011011001010110111111100101011011010110000101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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