#56CC7F

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

Shades of Emerald #56CC7F

Tints of Emerald #56CC7F

Color information

#56CC7F (or 0x56CC7F) is unknown color: approx Emerald. HEX triplet: 56, CC and 7F. RGB value is (86,204,127). Sum of RGB (Red+Green+Blue) = 86+204+127=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #56CC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CC7F is #A93380. Grayscale: #A0A0A0. Windows color (decimal): -11088769 or 8375382. OLE color: 8375382.

HSL color Cylindrical-coordinate representation of color #56CC7F: hue angle of 140.85º degrees, saturation: 0.54, 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 #56CC7F is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB86204127-
CMYK0.5800.380.2
HSL140.85º53.64%56.86%-
HSV(B)140.85º57.84%80%-
XYZ29.2646.727.55-
YUV159.94109.4175.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.62%
GREEN value IS 204 (80.08% from 255) = 48.92%
BLUE value IS 127 (50% from 255) = 30.46%
R=20.62%
G=48.92%
B=30.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal862041270.5800.380.2140.8553.6456.86
Hex56CC7F3A026148d3639
Octal12631417772046242156671
Binary101011011001100111111111101001001101010010001101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,204,127); }

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

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

 a { background-color: rgb(86,204,127); }

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

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

 span { border-color: rgb(86,204,127); }

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