Html Css Color HEX #4AD084 Emerald

📋 copy color: '#4AD084'

red 74 ◦ green 208 ◦ blue 132

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

Shades of Emerald #4AD084

Tints of Emerald #4AD084

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.24%

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 17.87%
G = 50.24%
B = 31.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#4AD084 (or 0x4AD084) is known color: Emerald. HEX triplet: 4A, D0 and 84. RGB value is (74,208,132). Sum of RGB (Red+Green+Blue) = 74+208+132=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD084 is #B52F7B. Grayscale: #9F9F9F. Windows color (decimal): -11874172 or 8704074. OLE color: 8704074.

HSL color Cylindrical-coordinate representation of color #4AD084: hue angle of 145.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD084 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 208 132 -
CMYK 0.64 0 0.37 0.18
HSL 145.97º 0.59% 0.55% -
HSV(B) 145.97º 0.64% 0.82% -
XYZ 29.54 48.23 29.58 -
YUV 159.27 112.61 67.18 -
System Red Green Blue C M Y K H S L
Decimal 74 208 132 0.64 0 0.37 0.18 145.97 0.59 0.55
Hex 4A D0 84 40 0 25 12 92 3B 37
Octal 112 320 204 100 0 45 22 222 73 67
Binary 1001010 11010000 10000100 1000000 0 100101 10010 10010010 111011 110111

Color Harmonies of #4AD084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD084

Black with #4AD084

Text Example


Text Example

White with #4AD084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,208,132); }

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

background-color css

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

 a { background-color: rgb(74,208,132); }

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

border-color css

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

 span { border-color: rgb(74,208,132); }

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