Html Css Color HEX #4ADD8C Emerald

📋 copy color: '#4ADD8C'

red 74 ◦ green 221 ◦ blue 140

#4ADD8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #4ADD8C

Tints of Emerald #4ADD8C

RGB

 RED value IS 74 (29.3% from 255) = 17.01%

 GREEN value IS 221 (86.72% from 255) = 50.8%

 BLUE value IS 140 (55.08% from 255) = 32.18%

R = 17.01%
G = 50.8%
B = 32.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#4ADD8C (or 0x4ADD8C) is known color: Emerald. HEX triplet: 4A, DD and 8C. RGB value is (74,221,140). Sum of RGB (Red+Green+Blue) = 74+221+140=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADD8C is #B52273. Grayscale: #A7A7A7. Windows color (decimal): -11870836 or 9231690. OLE color: 9231690.

HSL color Cylindrical-coordinate representation of color #4ADD8C: hue angle of 146.94º 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 #4ADD8C is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 140 -
CMYK 0.67 0 0.37 0.13
HSL 146.94º 0.68% 0.58% -
HSV(B) 146.94º 0.67% 0.87% -
XYZ 33.41 55.06 33.68 -
YUV 167.81 112.3 61.09 -
System Red Green Blue C M Y K H S L
Decimal 74 221 140 0.67 0 0.37 0.13 146.94 0.68 0.58
Hex 4A DD 8C 43 0 25 D 93 44 3A
Octal 112 335 214 103 0 45 15 223 104 72
Binary 1001010 11011101 10001100 1000011 0 100101 1101 10010011 1000100 111010

Color Harmonies of #4ADD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD8C

Black with #4ADD8C

Text Example


Text Example

White with #4ADD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4ADD8C;
 }
 .AnyTagClassName
 {
   color: #4ADD8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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