#4BD076

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

Shades of Emerald #4BD076

Tints of Emerald #4BD076

Color information

#4BD076 (or 0x4BD076) is unknown color: approx Emerald. HEX triplet: 4B, D0 and 76. RGB value is (75,208,118). Sum of RGB (Red+Green+Blue) = 75+208+118=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD076 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD076 is #B42F89. Grayscale: #9E9E9E. Windows color (decimal): -11808650 or 7786571. OLE color: 7786571.

HSL color Cylindrical-coordinate representation of color #4BD076: hue angle of 139.4º 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 #4BD076 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB75208118-
CMYK0.6400.430.18
HSL139.4º58.59%55.49%-
HSV(B)139.4º63.94%81.57%-
XYZ28.7347.9224.87-
YUV157.97105.4468.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.70%
GREEN value IS 208 (81.64% from 255) = 51.87%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=18.70%
G=51.87%
B=29.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal752081180.6400.430.18139.458.5955.49
Hex4BD0764002B128b3b37
Octal113320166100053222137367
Binary1001011110100001110110100000001010111001010001011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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