Html Css Color HEX #56BC70 Emerald

📋 copy color: '#56BC70'

red 86 ◦ green 188 ◦ blue 112

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

Shades of Emerald #56BC70

Tints of Emerald #56BC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.7%

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 22.28%
G = 48.7%
B = 29.02%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#56BC70 (or 0x56BC70) is known color: Emerald. HEX triplet: 56, BC and 70. RGB value is (86,188,112). Sum of RGB (Red+Green+Blue) = 86+188+112=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BC70 is #A9438F. Grayscale: #959595. Windows color (decimal): -11092880 or 7388246. OLE color: 7388246.

HSL color Cylindrical-coordinate representation of color #56BC70: hue angle of 135.29º degrees, saturation: 0.43, 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 #56BC70 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 188 112 -
CMYK 0.54 0 0.40 0.26
HSL 135.29º 0.43% 0.54% -
HSV(B) 135.29º 0.54% 0.74% -
XYZ 24.75 39.11 21.57 -
YUV 148.84 107.21 83.18 -
System Red Green Blue C M Y K H S L
Decimal 86 188 112 0.54 0 0.40 0.26 135.29 0.43 0.54
Hex 56 BC 70 36 0 28 1A 87 2B 36
Octal 126 274 160 66 0 50 32 207 53 66
Binary 1010110 10111100 1110000 110110 0 101000 11010 10000111 101011 110110

Color Harmonies of #56BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BC70

Black with #56BC70

Text Example


Text Example

White with #56BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,188,112); }

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

background-color css

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

 a { background-color: rgb(86,188,112); }

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

border-color css

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

 span { border-color: rgb(86,188,112); }

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