#4BD38D

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

Shades of Emerald #4BD38D

Tints of Emerald #4BD38D

Color information

#4BD38D (or 0x4BD38D) is unknown color: approx Emerald. HEX triplet: 4B, D3 and 8D. RGB value is (75,211,141). Sum of RGB (Red+Green+Blue) = 75+211+141=427 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.56% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #4BD38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD38D is #B42C72. Grayscale: #A2A2A2. Windows color (decimal): -11807859 or 9294667. OLE color: 9294667.

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

Color convert

RGB75211141-
CMYK0.6400.330.17
HSL149.12º60.71%56.08%-
HSV(B)149.12º64.45%82.75%-
XYZ3150.0133.22-
YUV162.36115.9465.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.56%
GREEN value IS 211 (82.81% from 255) = 49.41%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=17.56%
G=49.41%
B=33.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal752111410.6400.330.17149.1260.7156.08
Hex4BD38D4002111953d38
Octal113323215100041212257570
Binary10010111101001110001101100000001000011000110010101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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