#4ADA5B

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

Shades of Emerald #4ADA5B

Tints of Emerald #4ADA5B

Color information

#4ADA5B (or 0x4ADA5B) is unknown color: approx Emerald. HEX triplet: 4A, DA and 5B. RGB value is (74,218,91). Sum of RGB (Red+Green+Blue) = 74+218+91=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA5B is #B525A4. Grayscale: #A0A0A0. Windows color (decimal): -11871653 or 6019658. OLE color: 6019658.

HSL color Cylindrical-coordinate representation of color #4ADA5B: hue angle of 127.08º degrees, saturation: 0.66, 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 #4ADA5B is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB7421891-
CMYK0.6600.580.15
HSL127.08º66.06%57.25%-
HSV(B)127.08º66.06%85.49%-
XYZ29.7852.3518.43-
YUV160.4788.7966.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.32%
GREEN value IS 218 (85.55% from 255) = 56.92%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=19.32%
G=56.92%
B=23.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal74218910.6600.580.15127.0866.0657.25
Hex4ADA5B4203AF7f4239
Octal1123321331020721717710271
Binary100101011011010101101110000100111010111111111111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,218,91); }

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

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

 a { background-color: rgb(74,218,91); }

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

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

 span { border-color: rgb(74,218,91); }

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