Html Css Color HEX #4AD364 Emerald

📋 copy color: '#4AD364'

red 74 ◦ green 211 ◦ blue 100

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

Shades of Emerald #4AD364

Tints of Emerald #4AD364

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.81%

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

R = 19.22%
G = 54.81%
B = 25.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#4AD364 (or 0x4AD364) is known color: Emerald. HEX triplet: 4A, D3 and 64. RGB value is (74,211,100). Sum of RGB (Red+Green+Blue) = 74+211+100=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD364 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD364 is #B52C9B. Grayscale: #9D9D9D. Windows color (decimal): -11873436 or 6607690. OLE color: 6607690.

HSL color Cylindrical-coordinate representation of color #4AD364: hue angle of 131.39º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD364 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 74 211 100 -
CMYK 0.65 0 0.53 0.17
HSL 131.39º 0.61% 0.56% -
HSV(B) 131.39º 0.65% 0.83% -
XYZ 28.42 48.96 20.01 -
YUV 157.38 95.61 68.53 -
System Red Green Blue C M Y K H S L
Decimal 74 211 100 0.65 0 0.53 0.17 131.39 0.61 0.56
Hex 4A D3 64 41 0 35 11 83 3D 38
Octal 112 323 144 101 0 65 21 203 75 70
Binary 1001010 11010011 1100100 1000001 0 110101 10001 10000011 111101 111000

Color Harmonies of #4AD364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD364

Black with #4AD364

Text Example


Text Example

White with #4AD364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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