Html Css Color HEX #56BD7C Emerald

📋 copy color: '#56BD7C'

red 86 ◦ green 189 ◦ blue 124

#56BD7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #56BD7C

Tints of Emerald #56BD7C

RGB

 RED value IS 86 (33.98% from 255) = 21.55%

 GREEN value IS 189 (74.22% from 255) = 47.37%

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 21.55%
G = 47.37%
B = 31.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#56BD7C (or 0x56BD7C) is known color: Emerald. HEX triplet: 56, BD and 7C. RGB value is (86,189,124). Sum of RGB (Red+Green+Blue) = 86+189+124=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BD7C is #A94283. Grayscale: #969696. Windows color (decimal): -11092612 or 8174934. OLE color: 8174934.

HSL color Cylindrical-coordinate representation of color #56BD7C: hue angle of 142.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BD7C is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 189 124 -
CMYK 0.54 0 0.34 0.26
HSL 142.14º 0.44% 0.54% -
HSV(B) 142.14º 0.54% 0.74% -
XYZ 25.67 39.83 25.4 -
YUV 150.79 112.88 81.79 -
System Red Green Blue C M Y K H S L
Decimal 86 189 124 0.54 0 0.34 0.26 142.14 0.44 0.54
Hex 56 BD 7C 36 0 22 1A 8E 2C 36
Octal 126 275 174 66 0 42 32 216 54 66
Binary 1010110 10111101 1111100 110110 0 100010 11010 10001110 101100 110110

Color Harmonies of #56BD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BD7C

Black with #56BD7C

Text Example


Text Example

White with #56BD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,189,124); }

 H1.HeaderClassName
 {
   color: #56BD7C;
 }
 .AnyTagClassName
 {
   color: #56BD7C;
 }
</style>

background-color css

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

 a { background-color: rgb(86,189,124); }

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

border-color css

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

 span { border-color: rgb(86,189,124); }

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