Html Css Color HEX #4ADD8E Emerald

📋 copy color: '#4ADD8E'

red 74 ◦ green 221 ◦ blue 142

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

Shades of Emerald #4ADD8E

Tints of Emerald #4ADD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.49%

R = 16.93%
G = 50.57%
B = 32.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#4ADD8E (or 0x4ADD8E) is known color: Emerald. HEX triplet: 4A, DD and 8E. RGB value is (74,221,142). Sum of RGB (Red+Green+Blue) = 74+221+142=437 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.93% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADD8E is #B52271. Grayscale: #A8A8A8. Windows color (decimal): -11870834 or 9362762. OLE color: 9362762.

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

Color convert

RGB 74 221 142 -
CMYK 0.67 0 0.36 0.13
HSL 147.76º 0.68% 0.58% -
HSV(B) 147.76º 0.67% 0.87% -
XYZ 33.56 55.12 34.46 -
YUV 168.04 113.3 60.92 -
System Red Green Blue C M Y K H S L
Decimal 74 221 142 0.67 0 0.36 0.13 147.76 0.68 0.58
Hex 4A DD 8E 43 0 24 D 94 44 3A
Octal 112 335 216 103 0 44 15 224 104 72
Binary 1001010 11011101 10001110 1000011 0 100100 1101 10010100 1000100 111010

Color Harmonies of #4ADD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD8E

Black with #4ADD8E

Text Example


Text Example

White with #4ADD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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