#4ABC71

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

Shades of Emerald #4ABC71

Tints of Emerald #4ABC71

Color information

#4ABC71 (or 0x4ABC71) is unknown color: approx Emerald. HEX triplet: 4A, BC and 71. RGB value is (74,188,113). Sum of RGB (Red+Green+Blue) = 74+188+113=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC71 is #B5438E. Grayscale: #919191. Windows color (decimal): -11879311 or 7453770. OLE color: 7453770.

HSL color Cylindrical-coordinate representation of color #4ABC71: hue angle of 140.53º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABC71 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB74188113-
CMYK0.6100.400.26
HSL140.53º45.97%51.37%-
HSV(B)140.53º60.64%73.73%-
XYZ23.7938.6121.82-
YUV145.36109.7377.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.73%
GREEN value IS 188 (73.83% from 255) = 50.13%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=19.73%
G=50.13%
B=30.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741881130.6100.400.26140.5345.9751.37
Hex4ABC713D0281A8d2e33
Octal11227416175050322155663
Binary100101010111100111000111110101010001101010001101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,188,113); }

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

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

 a { background-color: rgb(74,188,113); }

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

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

 span { border-color: rgb(74,188,113); }

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