Html Css Color HEX #4DCA70 Emerald

📋 copy color: '#4DCA70'

red 77 ◦ green 202 ◦ blue 112

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

Shades of Emerald #4DCA70

Tints of Emerald #4DCA70

RGB

 RED value IS 77 (30.47% from 255) = 19.69%

 GREEN value IS 202 (79.3% from 255) = 51.66%

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

R = 19.69%
G = 51.66%
B = 28.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#4DCA70 (or 0x4DCA70) is known color: Emerald. HEX triplet: 4D, CA and 70. RGB value is (77,202,112). Sum of RGB (Red+Green+Blue) = 77+202+112=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCA70 is #B2358F. Grayscale: #9A9A9A. Windows color (decimal): -11679120 or 7391821. OLE color: 7391821.

HSL color Cylindrical-coordinate representation of color #4DCA70: hue angle of 136.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCA70 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 202 112 -
CMYK 0.62 0 0.45 0.21
HSL 136.8º 0.54% 0.55% -
HSV(B) 136.8º 0.62% 0.79% -
XYZ 27.11 44.99 22.58 -
YUV 154.37 104.09 72.82 -
System Red Green Blue C M Y K H S L
Decimal 77 202 112 0.62 0 0.45 0.21 136.8 0.54 0.55
Hex 4D CA 70 3E 0 2D 15 89 36 37
Octal 115 312 160 76 0 55 25 211 66 67
Binary 1001101 11001010 1110000 111110 0 101101 10101 10001001 110110 110111

Color Harmonies of #4DCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCA70

Black with #4DCA70

Text Example


Text Example

White with #4DCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DCA70; }

 p { color: rgb(77,202,112); }

 H1.HeaderClassName
 {
   color: #4DCA70;
 }
 .AnyTagClassName
 {
   color: #4DCA70;
 }
</style>

background-color css

<style>
 a { background-color: #4DCA70; }

 a { background-color: rgb(77,202,112); }

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

border-color css

<style>
 span { border-color: #4DCA70; }

 span { border-color: rgb(77,202,112); }

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