Html Css Color HEX #56DC70 Emerald

📋 copy color: '#56DC70'

red 86 ◦ green 220 ◦ blue 112

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

Shades of Emerald #56DC70

Tints of Emerald #56DC70

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.63%

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

R = 20.57%
G = 52.63%
B = 26.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#56DC70 (or 0x56DC70) is known color: Emerald. HEX triplet: 56, DC and 70. RGB value is (86,220,112). Sum of RGB (Red+Green+Blue) = 86+220+112=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56DC70 is #A9238F. Grayscale: #A7A7A7. Windows color (decimal): -11084688 or 7396438. OLE color: 7396438.

HSL color Cylindrical-coordinate representation of color #56DC70: hue angle of 131.64º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DC70 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 220 112 -
CMYK 0.61 0 0.49 0.14
HSL 131.64º 0.66% 0.6% -
HSV(B) 131.64º 0.61% 0.86% -
XYZ 32.36 54.33 24.11 -
YUV 167.62 96.61 69.78 -
System Red Green Blue C M Y K H S L
Decimal 86 220 112 0.61 0 0.49 0.14 131.64 0.66 0.6
Hex 56 DC 70 3D 0 31 E 84 42 3C
Octal 126 334 160 75 0 61 16 204 102 74
Binary 1010110 11011100 1110000 111101 0 110001 1110 10000100 1000010 111100

Color Harmonies of #56DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DC70

Black with #56DC70

Text Example


Text Example

White with #56DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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