Html Css Color HEX #4AD078 Emerald

📋 copy color: '#4AD078'

red 74 ◦ green 208 ◦ blue 120

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

Shades of Emerald #4AD078

Tints of Emerald #4AD078

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.74%

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

R = 18.41%
G = 51.74%
B = 29.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#4AD078 (or 0x4AD078) is known color: Emerald. HEX triplet: 4A, D0 and 78. RGB value is (74,208,120). Sum of RGB (Red+Green+Blue) = 74+208+120=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD078 is #B52F87. Grayscale: #9E9E9E. Windows color (decimal): -11874184 or 7917642. OLE color: 7917642.

HSL color Cylindrical-coordinate representation of color #4AD078: hue angle of 140.6º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD078 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 208 120 -
CMYK 0.64 0 0.42 0.18
HSL 140.6º 0.59% 0.55% -
HSV(B) 140.6º 0.64% 0.82% -
XYZ 28.77 47.92 25.5 -
YUV 157.9 106.61 68.16 -
System Red Green Blue C M Y K H S L
Decimal 74 208 120 0.64 0 0.42 0.18 140.6 0.59 0.55
Hex 4A D0 78 40 0 2A 12 8D 3B 37
Octal 112 320 170 100 0 52 22 215 73 67
Binary 1001010 11010000 1111000 1000000 0 101010 10010 10001101 111011 110111

Color Harmonies of #4AD078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD078

Black with #4AD078

Text Example


Text Example

White with #4AD078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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