#4ABF6E

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

Shades of Emerald #4ABF6E

Tints of Emerald #4ABF6E

Color information

#4ABF6E (or 0x4ABF6E) is unknown color: approx Emerald. HEX triplet: 4A, BF and 6E. RGB value is (74,191,110). Sum of RGB (Red+Green+Blue) = 74+191+110=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABF6E is #B54091. Grayscale: #929292. Windows color (decimal): -11878546 or 7257930. OLE color: 7257930.

HSL color Cylindrical-coordinate representation of color #4ABF6E: hue angle of 138.46º degrees, saturation: 0.48, 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 #4ABF6E is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB74191110-
CMYK0.6100.420.25
HSL138.46º47.76%51.96%-
HSV(B)138.46º61.26%74.9%-
XYZ24.2739.8421.16-
YUV146.78107.2476.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.73%
GREEN value IS 191 (75% from 255) = 50.93%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=19.73%
G=50.93%
B=29.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741911100.6100.420.25138.4647.7651.96
Hex4ABF6E3D02A198a3034
Octal11227715675052312126064
Binary100101010111111110111011110101010101100110001010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,191,110); }

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

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

 a { background-color: rgb(74,191,110); }

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

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

 span { border-color: rgb(74,191,110); }

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