Html Css Color HEX #4AD870 Emerald

📋 copy color: '#4AD870'

red 74 ◦ green 216 ◦ blue 112

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

Shades of Emerald #4AD870

Tints of Emerald #4AD870

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.73%

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 18.41%
G = 53.73%
B = 27.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#4AD870 (or 0x4AD870) is known color: Emerald. HEX triplet: 4A, D8 and 70. RGB value is (74,216,112). Sum of RGB (Red+Green+Blue) = 74+216+112=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD870 is #B5278F. Grayscale: #A1A1A1. Windows color (decimal): -11872144 or 7395402. OLE color: 7395402.

HSL color Cylindrical-coordinate representation of color #4AD870: hue angle of 136.06º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD870 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 216 112 -
CMYK 0.66 0 0.48 0.15
HSL 136.06º 0.65% 0.57% -
HSV(B) 136.06º 0.66% 0.85% -
XYZ 30.3 51.74 23.72 -
YUV 161.69 99.96 65.46 -
System Red Green Blue C M Y K H S L
Decimal 74 216 112 0.66 0 0.48 0.15 136.06 0.65 0.57
Hex 4A D8 70 42 0 30 F 88 41 39
Octal 112 330 160 102 0 60 17 210 101 71
Binary 1001010 11011000 1110000 1000010 0 110000 1111 10001000 1000001 111001

Color Harmonies of #4AD870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD870

Black with #4AD870

Text Example


Text Example

White with #4AD870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,216,112); }

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

background-color css

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

 a { background-color: rgb(74,216,112); }

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

border-color css

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

 span { border-color: rgb(74,216,112); }

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