#4AD75E

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

Shades of Emerald #4AD75E

Tints of Emerald #4AD75E

Color information

#4AD75E (or 0x4AD75E) is unknown color: approx Emerald. HEX triplet: 4A, D7 and 5E. RGB value is (74,215,94). Sum of RGB (Red+Green+Blue) = 74+215+94=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD75E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD75E is #B528A1. Grayscale: #9F9F9F. Windows color (decimal): -11872418 or 6215498. OLE color: 6215498.

HSL color Cylindrical-coordinate representation of color #4AD75E: hue angle of 128.51º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD75E is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB7421594-
CMYK0.6600.560.16
HSL128.51º63.8%56.67%-
HSV(B)128.51º65.58%84.31%-
XYZ29.1450.8618.87-
YUV159.0591.2967.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.32%
GREEN value IS 215 (84.38% from 255) = 56.14%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=19.32%
G=56.14%
B=24.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74215940.6600.560.16128.5163.856.67
Hex4AD75E4203810814039
Octal1123271361020702020110071
Binary10010101101011110111101000010011100010000100000011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,215,94); }

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

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

 a { background-color: rgb(74,215,94); }

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

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

 span { border-color: rgb(74,215,94); }

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