#4AD980

Color #4AD980 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4AD980

Tints of Emerald #4AD980

Color information

#4AD980 (or 0x4AD980) is unknown color: approx Emerald. HEX triplet: 4A, D9 and 80. RGB value is (74,217,128). Sum of RGB (Red+Green+Blue) = 74+217+128=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD980 is #B5267F. Grayscale: #A4A4A4. Windows color (decimal): -11871872 or 8444234. OLE color: 8444234.

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

Color convert

RGB74217128-
CMYK0.6600.410.15
HSL142.66º65.3%57.06%-
HSV(B)142.66º65.9%85.1%-
XYZ31.5352.6428.92-
YUV164.1107.6263.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.66%
GREEN value IS 217 (85.16% from 255) = 51.79%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=17.66%
G=51.79%
B=30.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal742171280.6600.410.15142.6665.357.06
Hex4AD98042029F8f4139
Octal1123312001020511721710171
Binary10010101101100110000000100001001010011111100011111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,217,128); }

 H1.HeaderClassName
 {
   color: #4AD980;
 }
 .AnyTagClassName
 {
   color: #4AD980;
 }
</style>
background-color css

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

 a { background-color: rgb(74,217,128); }

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

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

 span { border-color: rgb(74,217,128); }

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