#56CB84

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

Shades of Emerald #56CB84

Tints of Emerald #56CB84

Color information

#56CB84 (or 0x56CB84) is unknown color: approx Emerald. HEX triplet: 56, CB and 84. RGB value is (86,203,132). Sum of RGB (Red+Green+Blue) = 86+203+132=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #56CB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CB84 is #A9347B. Grayscale: #A0A0A0. Windows color (decimal): -11089020 or 8702806. OLE color: 8702806.

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

Color convert

RGB86203132-
CMYK0.5800.350.20
HSL143.59º52.94%56.67%-
HSV(B)143.59º57.64%79.61%-
XYZ29.3646.3629.23-
YUV159.92112.2475.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.43%
GREEN value IS 203 (79.69% from 255) = 48.22%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=20.43%
G=48.22%
B=31.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal862031320.5800.350.20143.5952.9456.67
Hex56CB843A02314903539
Octal12631320472043242206571
Binary1010110110010111000010011101001000111010010010000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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