#4abc82

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

Shades of Emerald #4ABC82

Tints of Emerald #4ABC82

Color information

#4ABC82 (or 0x4ABC82) is unknown color: approx Emerald. HEX triplet: 4A, BC and 82. RGB value is (74,188,130). Sum of RGB (Red+Green+Blue) = 74+188+130=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABC82 is #B5437D. Grayscale: #939393. Windows color (decimal): -11879294 or 8567882. OLE color: 8567882.

HSL color Cylindrical-coordinate representation of color #4ABC82: hue angle of 149.47º 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 #4ABC82 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB74188130-
CMYK0.6100.310.26
HSL149.47º45.97%51.37%-
HSV(B)149.47º60.64%73.73%-
XYZ24.8439.0327.34-
YUV147.3118.2375.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.88%
GREEN value IS 188 (73.83% from 255) = 47.96%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=18.88%
G=47.96%
B=33.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741881300.6100.310.26149.4745.9751.37
Hex4ABC823D01F1A952e33
Octal11227420275037322255663
Binary100101010111100100000101111010111111101010010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4abc82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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