Html Css Color HEX #56C070 Emerald

📋 copy color: '#56C070'

red 86 ◦ green 192 ◦ blue 112

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

Shades of Emerald #56C070

Tints of Emerald #56C070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.23%

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

R = 22.05%
G = 49.23%
B = 28.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#56C070 (or 0x56C070) is known color: Emerald. HEX triplet: 56, C0 and 70. RGB value is (86,192,112). Sum of RGB (Red+Green+Blue) = 86+192+112=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #56C070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C070 is #A93F8F. Grayscale: #979797. Windows color (decimal): -11091856 or 7389270. OLE color: 7389270.

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

Color convert

RGB 86 192 112 -
CMYK 0.55 0 0.42 0.25
HSL 134.72º 0.46% 0.55% -
HSV(B) 134.72º 0.55% 0.75% -
XYZ 25.61 40.85 21.86 -
YUV 151.19 105.88 81.5 -
System Red Green Blue C M Y K H S L
Decimal 86 192 112 0.55 0 0.42 0.25 134.72 0.46 0.55
Hex 56 C0 70 37 0 2A 19 87 2E 37
Octal 126 300 160 67 0 52 31 207 56 67
Binary 1010110 11000000 1110000 110111 0 101010 11001 10000111 101110 110111

Color Harmonies of #56C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C070

Black with #56C070

Text Example


Text Example

White with #56C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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