#4DCB8A

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

Shades of Emerald #4DCB8A

Tints of Emerald #4DCB8A

Color information

#4DCB8A (or 0x4DCB8A) is unknown color: approx Emerald. HEX triplet: 4D, CB and 8A. RGB value is (77,203,138). Sum of RGB (Red+Green+Blue) = 77+203+138=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCB8A is #B23475. Grayscale: #9E9E9E. Windows color (decimal): -11678838 or 9096013. OLE color: 9096013.

HSL color Cylindrical-coordinate representation of color #4DCB8A: hue angle of 149.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCB8A is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB77203138-
CMYK0.6200.320.20
HSL149.05º54.78%54.9%-
HSV(B)149.05º62.07%79.61%-
XYZ2946.1231.42-
YUV157.92116.7670.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.42%
GREEN value IS 203 (79.69% from 255) = 48.56%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=18.42%
G=48.56%
B=33.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal772031380.6200.320.20149.0554.7854.9
Hex4DCB8A3E02014953737
Octal11531321276040242256767
Binary1001101110010111000101011111001000001010010010101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,203,138); }

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

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

 a { background-color: rgb(77,203,138); }

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

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

 span { border-color: rgb(77,203,138); }

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