Html Css Color HEX #4CCA70 Emerald

📋 copy color: '#4CCA70'

red 76 ◦ green 202 ◦ blue 112

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

Shades of Emerald #4CCA70

Tints of Emerald #4CCA70

RGB

 RED value IS 76 (30.08% from 255) = 19.49%

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

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

R = 19.49%
G = 51.79%
B = 28.72%

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

#4CCA70 (or 0x4CCA70) is known color: Emerald. HEX triplet: 4C, CA and 70. RGB value is (76,202,112). Sum of RGB (Red+Green+Blue) = 76+202+112=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCA70 is #B3358F. Grayscale: #9A9A9A. Windows color (decimal): -11744656 or 7391820. OLE color: 7391820.

HSL color Cylindrical-coordinate representation of color #4CCA70: hue angle of 137.14º 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 #4CCA70 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 202 112 -
CMYK 0.62 0 0.45 0.21
HSL 137.14º 0.54% 0.55% -
HSV(B) 137.14º 0.62% 0.79% -
XYZ 27.03 44.95 22.58 -
YUV 154.07 104.26 72.32 -
System Red Green Blue C M Y K H S L
Decimal 76 202 112 0.62 0 0.45 0.21 137.14 0.54 0.55
Hex 4C CA 70 3E 0 2D 15 89 36 37
Octal 114 312 160 76 0 55 25 211 66 67
Binary 1001100 11001010 1110000 111110 0 101101 10101 10001001 110110 110111

Color Harmonies of #4CCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCA70

Black with #4CCA70

Text Example


Text Example

White with #4CCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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