Html Css Color HEX #4AD78C Emerald

📋 copy color: '#4AD78C'

red 74 ◦ green 215 ◦ blue 140

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

Shades of Emerald #4AD78C

Tints of Emerald #4AD78C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.12%

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 17.25%
G = 50.12%
B = 32.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#4AD78C (or 0x4AD78C) is known color: Emerald. HEX triplet: 4A, D7 and 8C. RGB value is (74,215,140). Sum of RGB (Red+Green+Blue) = 74+215+140=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD78C is #B52873. Grayscale: #A4A4A4. Windows color (decimal): -11872372 or 9230154. OLE color: 9230154.

HSL color Cylindrical-coordinate representation of color #4AD78C: hue angle of 148.09º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD78C is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 215 140 -
CMYK 0.66 0 0.35 0.16
HSL 148.09º 0.64% 0.57% -
HSV(B) 148.09º 0.66% 0.84% -
XYZ 31.86 51.95 33.16 -
YUV 164.29 114.29 63.6 -
System Red Green Blue C M Y K H S L
Decimal 74 215 140 0.66 0 0.35 0.16 148.09 0.64 0.57
Hex 4A D7 8C 42 0 23 10 94 40 39
Octal 112 327 214 102 0 43 20 224 100 71
Binary 1001010 11010111 10001100 1000010 0 100011 10000 10010100 1000000 111001

Color Harmonies of #4AD78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD78C

Black with #4AD78C

Text Example


Text Example

White with #4AD78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,215,140); }

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

background-color css

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

 a { background-color: rgb(74,215,140); }

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

border-color css

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

 span { border-color: rgb(74,215,140); }

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