Html Css Color HEX #56C470 Emerald

📋 copy color: '#56C470'

red 86 ◦ green 196 ◦ blue 112

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

Shades of Emerald #56C470

Tints of Emerald #56C470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.75%

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

R = 21.83%
G = 49.75%
B = 28.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#56C470 (or 0x56C470) is known color: Emerald. HEX triplet: 56, C4 and 70. RGB value is (86,196,112). Sum of RGB (Red+Green+Blue) = 86+196+112=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #56C470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C470 is #A93B8F. Grayscale: #999999. Windows color (decimal): -11090832 or 7390294. OLE color: 7390294.

HSL color Cylindrical-coordinate representation of color #56C470: hue angle of 134.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C470 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 86 196 112 -
CMYK 0.56 0 0.43 0.23
HSL 134.18º 0.48% 0.55% -
HSV(B) 134.18º 0.56% 0.77% -
XYZ 26.5 42.63 22.16 -
YUV 153.53 104.56 79.83 -
System Red Green Blue C M Y K H S L
Decimal 86 196 112 0.56 0 0.43 0.23 134.18 0.48 0.55
Hex 56 C4 70 38 0 2B 17 86 30 37
Octal 126 304 160 70 0 53 27 206 60 67
Binary 1010110 11000100 1110000 111000 0 101011 10111 10000110 110000 110111

Color Harmonies of #56C470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C470

Black with #56C470

Text Example


Text Example

White with #56C470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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