#4bd18d

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

Shades of Emerald #4BD18D

Tints of Emerald #4BD18D

Color information

#4BD18D (or 0x4BD18D) is unknown color: approx Emerald. HEX triplet: 4B, D1 and 8D. RGB value is (75,209,141). Sum of RGB (Red+Green+Blue) = 75+209+141=425 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.65% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #4BD18D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD18D is #B42E72. Grayscale: #A1A1A1. Windows color (decimal): -11808371 or 9294155. OLE color: 9294155.

HSL color Cylindrical-coordinate representation of color #4BD18D: hue angle of 149.55º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD18D is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB75209141-
CMYK0.6400.330.18
HSL149.55º59.29%55.69%-
HSV(B)149.55º64.11%81.96%-
XYZ30.5149.0233.05-
YUV161.18116.6166.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.65%
GREEN value IS 209 (82.03% from 255) = 49.18%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=17.65%
G=49.18%
B=33.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal752091410.6400.330.18149.5559.2955.69
Hex4BD18D4002112963b38
Octal113321215100041222267370
Binary10010111101000110001101100000001000011001010010110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bd18d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,209,141); }

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

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

 a { background-color: rgb(75,209,141); }

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

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

 span { border-color: rgb(75,209,141); }

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