#4BD08C

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

Shades of Emerald #4BD08C

Tints of Emerald #4BD08C

Color information

#4BD08C (or 0x4BD08C) is unknown color: approx Emerald. HEX triplet: 4B, D0 and 8C. RGB value is (75,208,140). Sum of RGB (Red+Green+Blue) = 75+208+140=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD08C is #B42F73. Grayscale: #A0A0A0. Windows color (decimal): -11808628 or 9228363. OLE color: 9228363.

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

Color convert

RGB75208140-
CMYK0.6400.330.18
HSL149.32º58.59%55.49%-
HSV(B)149.32º63.94%81.57%-
XYZ30.1948.532.58-
YUV160.48116.4467.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.73%
GREEN value IS 208 (81.64% from 255) = 49.17%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=17.73%
G=49.17%
B=33.10%

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
Decimal752081400.6400.330.18149.3258.5955.49
Hex4BD08C4002112953b37
Octal113320214100041222257367
Binary10010111101000010001100100000001000011001010010101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,208,140); }

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

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

 a { background-color: rgb(75,208,140); }

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

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

 span { border-color: rgb(75,208,140); }

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