#4DBF77

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

Shades of Emerald #4DBF77

Tints of Emerald #4DBF77

Color information

#4DBF77 (or 0x4DBF77) is unknown color: approx Emerald. HEX triplet: 4D, BF and 77. RGB value is (77,191,119). Sum of RGB (Red+Green+Blue) = 77+191+119=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF77 is #B24088. Grayscale: #949494. Windows color (decimal): -11681929 or 7847757. OLE color: 7847757.

HSL color Cylindrical-coordinate representation of color #4DBF77: hue angle of 142.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBF77 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB77191119-
CMYK0.6000.380.25
HSL142.11º47.11%52.55%-
HSV(B)142.11º59.69%74.9%-
XYZ25.0240.1723.89-
YUV148.71111.2376.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.90%
GREEN value IS 191 (75% from 255) = 49.35%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=19.90%
G=49.35%
B=30.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771911190.6000.380.25142.1147.1152.55
Hex4DBF773C026198e2f35
Octal11527716774046312165765
Binary100110110111111111011111110001001101100110001110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,191,119); }

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

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

 a { background-color: rgb(77,191,119); }

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

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

 span { border-color: rgb(77,191,119); }

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