#56CC8B

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

Shades of Emerald #56CC8B

Tints of Emerald #56CC8B

Color information

#56CC8B (or 0x56CC8B) is unknown color: approx Emerald. HEX triplet: 56, CC and 8B. RGB value is (86,204,139). Sum of RGB (Red+Green+Blue) = 86+204+139=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #56CC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CC8B is #A93374. Grayscale: #A1A1A1. Windows color (decimal): -11088757 or 9161814. OLE color: 9161814.

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

Color convert

RGB86204139-
CMYK0.5800.320.2
HSL146.95º53.64%56.86%-
HSV(B)146.95º57.84%80%-
XYZ30.0947.0331.92-
YUV161.31115.4174.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.05%
GREEN value IS 204 (80.08% from 255) = 47.55%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=20.05%
G=47.55%
B=32.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal862041390.5800.320.2146.9553.6456.86
Hex56CC8B3A02014933639
Octal12631421372040242236671
Binary1010110110011001000101111101001000001010010010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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