Html Css Color HEX #4ADD7A Emerald

📋 copy color: '#4ADD7A'

red 74 ◦ green 221 ◦ blue 122

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

Shades of Emerald #4ADD7A

Tints of Emerald #4ADD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 17.75%
G = 53%
B = 29.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#4ADD7A (or 0x4ADD7A) is known color: Emerald. HEX triplet: 4A, DD and 7A. RGB value is (74,221,122). Sum of RGB (Red+Green+Blue) = 74+221+122=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADD7A is #B52285. Grayscale: #A6A6A6. Windows color (decimal): -11870854 or 8052042. OLE color: 8052042.

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

Color convert

RGB 74 221 122 -
CMYK 0.67 0 0.45 0.13
HSL 139.59º 0.68% 0.58% -
HSV(B) 139.59º 0.67% 0.87% -
XYZ 32.19 54.57 27.25 -
YUV 165.76 103.3 62.55 -
System Red Green Blue C M Y K H S L
Decimal 74 221 122 0.67 0 0.45 0.13 139.59 0.68 0.58
Hex 4A DD 7A 43 0 2D D 8C 44 3A
Octal 112 335 172 103 0 55 15 214 104 72
Binary 1001010 11011101 1111010 1000011 0 101101 1101 10001100 1000100 111010

Color Harmonies of #4ADD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD7A

Black with #4ADD7A

Text Example


Text Example

White with #4ADD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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