#4AD95F

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

Shades of Emerald #4AD95F

Tints of Emerald #4AD95F

Color information

#4AD95F (or 0x4AD95F) is unknown color: approx Emerald. HEX triplet: 4A, D9 and 5F. RGB value is (74,217,95). Sum of RGB (Red+Green+Blue) = 74+217+95=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD95F is #B526A0. Grayscale: #A0A0A0. Windows color (decimal): -11871905 or 6281546. OLE color: 6281546.

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

Color convert

RGB7421795-
CMYK0.6600.560.15
HSL128.81º65.3%57.06%-
HSV(B)128.81º65.9%85.1%-
XYZ29.751.9119.28-
YUV160.3491.1266.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.17%
GREEN value IS 217 (85.16% from 255) = 56.22%
BLUE value IS 95 (37.5% from 255) = 24.61%
R=19.17%
G=56.22%
B=24.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal74217950.6600.560.15128.8165.357.06
Hex4AD95F42038F814139
Octal1123311371020701720110171
Binary1001010110110011011111100001001110001111100000011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,217,95); }

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

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

 a { background-color: rgb(74,217,95); }

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

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

 span { border-color: rgb(74,217,95); }

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