#4ADD5A

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

Shades of Emerald #4ADD5A

Tints of Emerald #4ADD5A

Color information

#4ADD5A (or 0x4ADD5A) is unknown color: approx Emerald. HEX triplet: 4A, DD and 5A. RGB value is (74,221,90). Sum of RGB (Red+Green+Blue) = 74+221+90=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADD5A is #B522A5. Grayscale: #A2A2A2. Windows color (decimal): -11870886 or 5954890. OLE color: 5954890.

HSL color Cylindrical-coordinate representation of color #4ADD5A: hue angle of 126.53º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADD5A is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB7422190-
CMYK0.6700.590.13
HSL126.53º68.37%57.84%-
HSV(B)126.53º66.52%86.67%-
XYZ30.5353.9118.47-
YUV162.1187.365.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.22%
GREEN value IS 221 (86.72% from 255) = 57.40%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=19.22%
G=57.40%
B=23.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal74221900.6700.590.13126.5368.3757.84
Hex4ADD5A4303BD7f443a
Octal1123351321030731517710472
Binary100101011011101101101010000110111011110111111111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,221,90); }

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

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

 a { background-color: rgb(74,221,90); }

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

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

 span { border-color: rgb(74,221,90); }

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