#4AD574

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

Shades of Emerald #4AD574

Tints of Emerald #4AD574

Color information

#4AD574 (or 0x4AD574) is unknown color: approx Emerald. HEX triplet: 4A, D5 and 74. RGB value is (74,213,116). Sum of RGB (Red+Green+Blue) = 74+213+116=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD574 is #B52A8B. Grayscale: #A0A0A0. Windows color (decimal): -11872908 or 7656778. OLE color: 7656778.

HSL color Cylindrical-coordinate representation of color #4AD574: hue angle of 138.13º 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 #4AD574 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB74213116-
CMYK0.6500.460.16
HSL138.13º62.33%56.27%-
HSV(B)138.13º65.26%83.53%-
XYZ29.7750.3124.66-
YUV160.38102.9566.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.36%
GREEN value IS 213 (83.59% from 255) = 52.85%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=18.36%
G=52.85%
B=28.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal742131160.6500.460.16138.1362.3356.27
Hex4AD5744102E108a3e38
Octal112325164101056202127670
Binary1001010110101011110100100000101011101000010001010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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