#4DBF6F

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

Shades of Emerald #4DBF6F

Tints of Emerald #4DBF6F

Color information

#4DBF6F (or 0x4DBF6F) is unknown color: approx Emerald. HEX triplet: 4D, BF and 6F. RGB value is (77,191,111). Sum of RGB (Red+Green+Blue) = 77+191+111=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF6F is #B24090. Grayscale: #949494. Windows color (decimal): -11681937 or 7323469. OLE color: 7323469.

HSL color Cylindrical-coordinate representation of color #4DBF6F: hue angle of 137.89º 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 #4DBF6F is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB77191111-
CMYK0.6000.420.25
HSL137.89º47.11%52.55%-
HSV(B)137.89º59.69%74.9%-
XYZ24.5639.9921.46-
YUV147.79107.2377.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.32%
GREEN value IS 191 (75% from 255) = 50.40%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=20.32%
G=50.40%
B=29.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771911110.6000.420.25137.8947.1152.55
Hex4DBF6F3C02A198a2f35
Octal11527715774052312125765
Binary100110110111111110111111110001010101100110001010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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