Html Css Color HEX #4AD880 Emerald

📋 copy color: '#4AD880'

red 74 ◦ green 216 ◦ blue 128

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

Shades of Emerald #4AD880

Tints of Emerald #4AD880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 17.7%
G = 51.67%
B = 30.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#4AD880 (or 0x4AD880) is known color: Emerald. HEX triplet: 4A, D8 and 80. RGB value is (74,216,128). Sum of RGB (Red+Green+Blue) = 74+216+128=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 216 (84.77% from 255 or 51.67% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD880 is #B5277F. Grayscale: #A3A3A3. Windows color (decimal): -11872128 or 8443978. OLE color: 8443978.

HSL color Cylindrical-coordinate representation of color #4AD880: hue angle of 142.82º 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 #4AD880 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 216 128 -
CMYK 0.66 0 0.41 0.15
HSL 142.82º 0.65% 0.57% -
HSV(B) 142.82º 0.66% 0.85% -
XYZ 31.28 52.13 28.84 -
YUV 163.51 107.96 64.16 -
System Red Green Blue C M Y K H S L
Decimal 74 216 128 0.66 0 0.41 0.15 142.82 0.65 0.57
Hex 4A D8 80 42 0 29 F 8F 41 39
Octal 112 330 200 102 0 51 17 217 101 71
Binary 1001010 11011000 10000000 1000010 0 101001 1111 10001111 1000001 111001

Color Harmonies of #4AD880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD880

Black with #4AD880

Text Example


Text Example

White with #4AD880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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