#4AD564

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

Shades of Emerald #4AD564

Tints of Emerald #4AD564

Color information

#4AD564 (or 0x4AD564) is unknown color: approx Emerald. HEX triplet: 4A, D5 and 64. RGB value is (74,213,100). Sum of RGB (Red+Green+Blue) = 74+213+100=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD564 is #B52A9B. Grayscale: #9E9E9E. Windows color (decimal): -11872924 or 6608202. OLE color: 6608202.

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

Color convert

RGB74213100-
CMYK0.6500.530.16
HSL131.22º62.33%56.27%-
HSV(B)131.22º65.26%83.53%-
XYZ28.9249.9620.18-
YUV158.5694.9567.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.12%
GREEN value IS 213 (83.59% from 255) = 55.04%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=19.12%
G=55.04%
B=25.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal742131000.6500.530.16131.2262.3356.27
Hex4AD5644103510833e38
Octal112325144101065202037670
Binary1001010110101011100100100000101101011000010000011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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