#56BF72

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

Shades of Emerald #56BF72

Tints of Emerald #56BF72

Color information

#56BF72 (or 0x56BF72) is unknown color: approx Emerald. HEX triplet: 56, BF and 72. RGB value is (86,191,114). Sum of RGB (Red+Green+Blue) = 86+191+114=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #56BF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BF72 is #A9408D. Grayscale: #979797. Windows color (decimal): -11092110 or 7520086. OLE color: 7520086.

HSL color Cylindrical-coordinate representation of color #56BF72: hue angle of 136º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56BF72 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB86191114-
CMYK0.5500.400.25
HSL136º45.06%54.31%-
HSV(B)136º54.97%74.9%-
XYZ25.5140.4522.38-
YUV150.83107.2181.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.99%
GREEN value IS 191 (75% from 255) = 48.85%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=21.99%
G=48.85%
B=29.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861911140.5500.400.2513645.0654.31
Hex56BF723702819882d36
Octal12627716267050312105566
Binary101011010111111111001011011101010001100110001000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,191,114); }

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

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

 a { background-color: rgb(86,191,114); }

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

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

 span { border-color: rgb(86,191,114); }

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