Html Css Color HEX #4AE880 Emerald

📋 copy color: '#4AE880'

red 74 ◦ green 232 ◦ blue 128

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

Shades of Emerald #4AE880

Tints of Emerald #4AE880

RGB

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

 GREEN value IS 232 (91.02% from 255) = 53.46%

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

R = 17.05%
G = 53.46%
B = 29.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#4AE880 (or 0x4AE880) is known color: Emerald. HEX triplet: 4A, E8 and 80. RGB value is (74,232,128). Sum of RGB (Red+Green+Blue) = 74+232+128=434 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.05% from 434); Green value is 232 (91.02% from 255 or 53.46% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AE880 is #B5177F. Grayscale: #ADADAD. Windows color (decimal): -11868032 or 8448074. OLE color: 8448074.

HSL color Cylindrical-coordinate representation of color #4AE880: hue angle of 140.51º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE880 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 232 128 -
CMYK 0.68 0 0.45 0.09
HSL 140.51º 0.77% 0.6% -
HSV(B) 140.51º 0.68% 0.91% -
XYZ 35.58 60.73 30.27 -
YUV 172.9 102.65 57.46 -
System Red Green Blue C M Y K H S L
Decimal 74 232 128 0.68 0 0.45 0.09 140.51 0.77 0.6
Hex 4A E8 80 44 0 2D 9 8D 4D 3C
Octal 112 350 200 104 0 55 11 215 115 74
Binary 1001010 11101000 10000000 1000100 0 101101 1001 10001101 1001101 111100

Color Harmonies of #4AE880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE880

Black with #4AE880

Text Example


Text Example

White with #4AE880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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