#4AD988

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

Shades of Emerald #4AD988

Tints of Emerald #4AD988

Color information

#4AD988 (or 0x4AD988) is unknown color: approx Emerald. HEX triplet: 4A, D9 and 88. RGB value is (74,217,136). Sum of RGB (Red+Green+Blue) = 74+217+136=427 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.33% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD988 is #B52677. Grayscale: #A5A5A5. Windows color (decimal): -11871864 or 8968522. OLE color: 8968522.

HSL color Cylindrical-coordinate representation of color #4AD988: hue angle of 146.01º 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 #4AD988 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB74217136-
CMYK0.6600.370.15
HSL146.01º65.3%57.06%-
HSV(B)146.01º65.9%85.1%-
XYZ32.0852.8631.8-
YUV165.01111.6263.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.33%
GREEN value IS 217 (85.16% from 255) = 50.82%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=17.33%
G=50.82%
B=31.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal742171360.6600.370.15146.0165.357.06
Hex4AD98842025F924139
Octal1123312101020451722210171
Binary10010101101100110001000100001001001011111100100101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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