Html Css Color HEX #4ADC78 Emerald

📋 copy color: '#4ADC78'

red 74 ◦ green 220 ◦ blue 120

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

Shades of Emerald #4ADC78

Tints of Emerald #4ADC78

RGB

 RED value IS 74 (29.3% from 255) = 17.87%

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

 BLUE value IS 120 (47.27% from 255) = 28.99%

R = 17.87%
G = 53.14%
B = 28.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#4ADC78 (or 0x4ADC78) is known color: Emerald. HEX triplet: 4A, DC and 78. RGB value is (74,220,120). Sum of RGB (Red+Green+Blue) = 74+220+120=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC78 is #B52387. Grayscale: #A5A5A5. Windows color (decimal): -11871112 or 7920714. OLE color: 7920714.

HSL color Cylindrical-coordinate representation of color #4ADC78: hue angle of 138.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADC78 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 120 -
CMYK 0.66 0 0.45 0.14
HSL 138.9º 0.68% 0.58% -
HSV(B) 138.9º 0.66% 0.86% -
XYZ 31.81 54 26.52 -
YUV 164.95 102.63 63.13 -
System Red Green Blue C M Y K H S L
Decimal 74 220 120 0.66 0 0.45 0.14 138.9 0.68 0.58
Hex 4A DC 78 42 0 2D E 8B 44 3A
Octal 112 334 170 102 0 55 16 213 104 72
Binary 1001010 11011100 1111000 1000010 0 101101 1110 10001011 1000100 111010

Color Harmonies of #4ADC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC78

Black with #4ADC78

Text Example


Text Example

White with #4ADC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,220,120); }

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

background-color css

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

 a { background-color: rgb(74,220,120); }

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

border-color css

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

 span { border-color: rgb(74,220,120); }

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