Html Css Color HEX #56CB70 Emerald

📋 copy color: '#56CB70'

red 86 ◦ green 203 ◦ blue 112

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

Shades of Emerald #56CB70

Tints of Emerald #56CB70

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.62%

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

R = 21.45%
G = 50.62%
B = 27.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#56CB70 (or 0x56CB70) is known color: Emerald. HEX triplet: 56, CB and 70. RGB value is (86,203,112). Sum of RGB (Red+Green+Blue) = 86+203+112=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #56CB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CB70 is #A9348F. Grayscale: #9D9D9D. Windows color (decimal): -11089040 or 7392086. OLE color: 7392086.

HSL color Cylindrical-coordinate representation of color #56CB70: hue angle of 133.33º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CB70 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 203 112 -
CMYK 0.58 0 0.45 0.20
HSL 133.33º 0.53% 0.57% -
HSV(B) 133.33º 0.58% 0.8% -
XYZ 28.12 45.86 22.7 -
YUV 157.64 102.24 76.9 -
System Red Green Blue C M Y K H S L
Decimal 86 203 112 0.58 0 0.45 0.20 133.33 0.53 0.57
Hex 56 CB 70 3A 0 2D 14 85 35 39
Octal 126 313 160 72 0 55 24 205 65 71
Binary 1010110 11001011 1110000 111010 0 101101 10100 10000101 110101 111001

Color Harmonies of #56CB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CB70

Black with #56CB70

Text Example


Text Example

White with #56CB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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