#4AD57D

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

Shades of Emerald #4AD57D

Tints of Emerald #4AD57D

Color information

#4AD57D (or 0x4AD57D) is unknown color: approx Emerald. HEX triplet: 4A, D5 and 7D. RGB value is (74,213,125). Sum of RGB (Red+Green+Blue) = 74+213+125=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD57D is #B52A82. Grayscale: #A1A1A1. Windows color (decimal): -11872899 or 8246602. OLE color: 8246602.

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

Color convert

RGB74213125-
CMYK0.6500.410.16
HSL142.01º62.33%56.27%-
HSV(B)142.01º65.26%83.53%-
XYZ30.3250.5327.56-
YUV161.41107.4565.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.96%
GREEN value IS 213 (83.59% from 255) = 51.70%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=17.96%
G=51.70%
B=30.34%

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
Decimal742131250.6500.410.16142.0162.3356.27
Hex4AD57D41029108e3e38
Octal112325175101051202167670
Binary1001010110101011111101100000101010011000010001110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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