#4ABC83

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

Shades of Emerald #4ABC83

Tints of Emerald #4ABC83

Color information

#4ABC83 (or 0x4ABC83) is unknown color: approx Emerald. HEX triplet: 4A, BC and 83. RGB value is (74,188,131). Sum of RGB (Red+Green+Blue) = 74+188+131=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABC83 is #B5437C. Grayscale: #939393. Windows color (decimal): -11879293 or 8633418. OLE color: 8633418.

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

Color convert

RGB74188131-
CMYK0.6100.300.26
HSL150º45.97%51.37%-
HSV(B)150º60.64%73.73%-
XYZ24.939.0627.7-
YUV147.42118.7375.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.83%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=18.83%
G=47.84%
B=33.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741881310.6100.300.2615045.9751.37
Hex4ABC833D01E1A962e33
Octal11227420375036322265663
Binary100101010111100100000111111010111101101010010110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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