Html Css Color HEX #56DC85 Emerald

📋 copy color: '#56DC85'

red 86 ◦ green 220 ◦ blue 133

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

Shades of Emerald #56DC85

Tints of Emerald #56DC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.3%

R = 19.59%
G = 50.11%
B = 30.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#56DC85 (or 0x56DC85) is known color: Emerald. HEX triplet: 56, DC and 85. RGB value is (86,220,133). Sum of RGB (Red+Green+Blue) = 86+220+133=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DC85 is #A9237A. Grayscale: #AAAAAA. Windows color (decimal): -11084667 or 8772694. OLE color: 8772694.

HSL color Cylindrical-coordinate representation of color #56DC85: hue angle of 141.04º 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 #56DC85 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 220 133 -
CMYK 0.61 0 0.40 0.14
HSL 141.04º 0.66% 0.6% -
HSV(B) 141.04º 0.61% 0.86% -
XYZ 33.66 54.86 31 -
YUV 170.02 107.11 68.07 -
System Red Green Blue C M Y K H S L
Decimal 86 220 133 0.61 0 0.40 0.14 141.04 0.66 0.6
Hex 56 DC 85 3D 0 28 E 8D 42 3C
Octal 126 334 205 75 0 50 16 215 102 74
Binary 1010110 11011100 10000101 111101 0 101000 1110 10001101 1000010 111100

Color Harmonies of #56DC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DC85

Black with #56DC85

Text Example


Text Example

White with #56DC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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