#4BC88A

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

Shades of Emerald #4BC88A

Tints of Emerald #4BC88A

Color information

#4BC88A (or 0x4BC88A) is unknown color: approx Emerald. HEX triplet: 4B, C8 and 8A. RGB value is (75,200,138). Sum of RGB (Red+Green+Blue) = 75+200+138=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC88A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC88A is #B43775. Grayscale: #9B9B9B. Windows color (decimal): -11810678 or 9095243. OLE color: 9095243.

HSL color Cylindrical-coordinate representation of color #4BC88A: hue angle of 150.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC88A is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB75200138-
CMYK0.6200.310.22
HSL150.24º53.19%53.92%-
HSV(B)150.24º62.5%78.43%-
XYZ28.1444.6431.18-
YUV155.56118.0970.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.16%
GREEN value IS 200 (78.52% from 255) = 48.43%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=18.16%
G=48.43%
B=33.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal752001380.6200.310.22150.2453.1953.92
Hex4BC88A3E01F16963536
Octal11331021276037262266566
Binary100101111001000100010101111100111111011010010110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,200,138); }

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

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

 a { background-color: rgb(75,200,138); }

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

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

 span { border-color: rgb(75,200,138); }

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