Html Css Color HEX #4CDA70 Emerald

📋 copy color: '#4CDA70'

red 76 ◦ green 218 ◦ blue 112

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

Shades of Emerald #4CDA70

Tints of Emerald #4CDA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.69%

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

R = 18.72%
G = 53.69%
B = 27.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#4CDA70 (or 0x4CDA70) is known color: Emerald. HEX triplet: 4C, DA and 70. RGB value is (76,218,112). Sum of RGB (Red+Green+Blue) = 76+218+112=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDA70 is #B3258F. Grayscale: #A3A3A3. Windows color (decimal): -11740560 or 7395916. OLE color: 7395916.

HSL color Cylindrical-coordinate representation of color #4CDA70: hue angle of 135.21º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDA70 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 218 112 -
CMYK 0.65 0 0.49 0.15
HSL 135.21º 0.66% 0.58% -
HSV(B) 135.21º 0.65% 0.85% -
XYZ 30.98 52.85 23.9 -
YUV 163.46 98.96 65.62 -
System Red Green Blue C M Y K H S L
Decimal 76 218 112 0.65 0 0.49 0.15 135.21 0.66 0.58
Hex 4C DA 70 41 0 31 F 87 42 3A
Octal 114 332 160 101 0 61 17 207 102 72
Binary 1001100 11011010 1110000 1000001 0 110001 1111 10000111 1000010 111010

Color Harmonies of #4CDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDA70

Black with #4CDA70

Text Example


Text Example

White with #4CDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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