#4AD584

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

Shades of Emerald #4AD584

Tints of Emerald #4AD584

Color information

#4AD584 (or 0x4AD584) is unknown color: approx Emerald. HEX triplet: 4A, D5 and 84. RGB value is (74,213,132). Sum of RGB (Red+Green+Blue) = 74+213+132=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD584 is #B52A7B. Grayscale: #A2A2A2. Windows color (decimal): -11872892 or 8705354. OLE color: 8705354.

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

Color convert

RGB74213132-
CMYK0.6500.380.16
HSL145.04º62.33%56.27%-
HSV(B)145.04º65.26%83.53%-
XYZ30.7850.7130-
YUV162.2110.9565.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.66%
GREEN value IS 213 (83.59% from 255) = 50.84%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=17.66%
G=50.84%
B=31.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal742131320.6500.380.16145.0462.3356.27
Hex4AD5844102610913e38
Octal112325204101046202217670
Binary10010101101010110000100100000101001101000010010001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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