Html Css Color HEX #4AD064 Emerald

📋 copy color: '#4AD064'

red 74 ◦ green 208 ◦ blue 100

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

Shades of Emerald #4AD064

Tints of Emerald #4AD064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.18%

R = 19.37%
G = 54.45%
B = 26.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#4AD064 (or 0x4AD064) is known color: Emerald. HEX triplet: 4A, D0 and 64. RGB value is (74,208,100). Sum of RGB (Red+Green+Blue) = 74+208+100=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 208 (81.64% from 255 or 54.45% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD064 is #B52F9B. Grayscale: #9B9B9B. Windows color (decimal): -11874204 or 6606922. OLE color: 6606922.

HSL color Cylindrical-coordinate representation of color #4AD064: hue angle of 131.64º 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 #4AD064 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 208 100 -
CMYK 0.64 0 0.52 0.18
HSL 131.64º 0.59% 0.55% -
HSV(B) 131.64º 0.64% 0.82% -
XYZ 27.68 47.49 19.76 -
YUV 155.62 96.61 69.78 -
System Red Green Blue C M Y K H S L
Decimal 74 208 100 0.64 0 0.52 0.18 131.64 0.59 0.55
Hex 4A D0 64 40 0 34 12 84 3B 37
Octal 112 320 144 100 0 64 22 204 73 67
Binary 1001010 11010000 1100100 1000000 0 110100 10010 10000100 111011 110111

Color Harmonies of #4AD064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD064

Black with #4AD064

Text Example


Text Example

White with #4AD064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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