#4AD571

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

Shades of Emerald #4AD571

Tints of Emerald #4AD571

Color information

#4AD571 (or 0x4AD571) is unknown color: approx Emerald. HEX triplet: 4A, D5 and 71. RGB value is (74,213,113). Sum of RGB (Red+Green+Blue) = 74+213+113=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD571 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD571 is #B52A8E. Grayscale: #A0A0A0. Windows color (decimal): -11872911 or 7460170. OLE color: 7460170.

HSL color Cylindrical-coordinate representation of color #4AD571: hue angle of 136.83º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD571 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB74213113-
CMYK0.6500.470.16
HSL136.83º62.33%56.27%-
HSV(B)136.83º65.26%83.53%-
XYZ29.650.2423.76-
YUV160.04101.4566.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.5%
GREEN value IS 213 (83.59% from 255) = 53.25%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=18.5%
G=53.25%
B=28.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal742131130.6500.470.16136.8362.3356.27
Hex4AD5714102F10893e38
Octal112325161101057202117670
Binary1001010110101011110001100000101011111000010001001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,213,113); }

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

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

 a { background-color: rgb(74,213,113); }

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

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

 span { border-color: rgb(74,213,113); }

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