#4ABE80

Color #4ABE80 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4ABE80

Tints of Emerald #4ABE80

Color information

#4ABE80 (or 0x4ABE80) is unknown color: approx Emerald. HEX triplet: 4A, BE and 80. RGB value is (74,190,128). Sum of RGB (Red+Green+Blue) = 74+190+128=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABE80 is #B5417F. Grayscale: #949494. Windows color (decimal): -11878784 or 8437322. OLE color: 8437322.

HSL color Cylindrical-coordinate representation of color #4ABE80: hue angle of 147.93º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABE80 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB74190128-
CMYK0.6100.330.25
HSL147.93º47.15%51.76%-
HSV(B)147.93º61.05%74.51%-
XYZ25.1339.8426.79-
YUV148.25116.5775.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.88%
GREEN value IS 190 (74.61% from 255) = 48.47%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=18.88%
G=48.47%
B=32.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741901280.6100.330.25147.9347.1551.76
Hex4ABE803D02119942f34
Octal11227620075041312245764
Binary1001010101111101000000011110101000011100110010100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4ABE80;
 }
 .AnyTagClassName
 {
   color: #4ABE80;
 }
</style>
background-color css

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

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

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

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

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

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