Html Css Color HEX #4ADD86 Emerald

📋 copy color: '#4ADD86'

red 74 ◦ green 221 ◦ blue 134

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

Shades of Emerald #4ADD86

Tints of Emerald #4ADD86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.24%

R = 17.25%
G = 51.52%
B = 31.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#4ADD86 (or 0x4ADD86) is known color: Emerald. HEX triplet: 4A, DD and 86. RGB value is (74,221,134). Sum of RGB (Red+Green+Blue) = 74+221+134=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADD86 is #B52279. Grayscale: #A7A7A7. Windows color (decimal): -11870842 or 8838474. OLE color: 8838474.

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

Color convert

RGB 74 221 134 -
CMYK 0.67 0 0.39 0.13
HSL 144.49º 0.68% 0.58% -
HSV(B) 144.49º 0.67% 0.87% -
XYZ 32.98 54.89 31.41 -
YUV 167.13 109.3 61.57 -
System Red Green Blue C M Y K H S L
Decimal 74 221 134 0.67 0 0.39 0.13 144.49 0.68 0.58
Hex 4A DD 86 43 0 27 D 90 44 3A
Octal 112 335 206 103 0 47 15 220 104 72
Binary 1001010 11011101 10000110 1000011 0 100111 1101 10010000 1000100 111010

Color Harmonies of #4ADD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD86

Black with #4ADD86

Text Example


Text Example

White with #4ADD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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