#4AD57E

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

Shades of Emerald #4AD57E

Tints of Emerald #4AD57E

Color information

#4AD57E (or 0x4AD57E) is unknown color: approx Emerald. HEX triplet: 4A, D5 and 7E. RGB value is (74,213,126). Sum of RGB (Red+Green+Blue) = 74+213+126=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD57E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD57E is #B52A81. Grayscale: #A1A1A1. Windows color (decimal): -11872898 or 8312138. OLE color: 8312138.

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

Color convert

RGB74213126-
CMYK0.6500.410.16
HSL142.45º62.33%56.27%-
HSV(B)142.45º65.26%83.53%-
XYZ30.3850.5527.89-
YUV161.52107.9565.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.92%
GREEN value IS 213 (83.59% from 255) = 51.57%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=17.92%
G=51.57%
B=30.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal742131260.6500.410.16142.4562.3356.27
Hex4AD57E41029108e3e38
Octal112325176101051202167670
Binary1001010110101011111110100000101010011000010001110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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