#4FBD85

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

Shades of Emerald #4FBD85

Tints of Emerald #4FBD85

Color information

#4FBD85 (or 0x4FBD85) is unknown color: approx Emerald. HEX triplet: 4F, BD and 85. RGB value is (79,189,133). Sum of RGB (Red+Green+Blue) = 79+189+133=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #4FBD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBD85 is #B0427A. Grayscale: #959595. Windows color (decimal): -11551355 or 8764751. OLE color: 8764751.

HSL color Cylindrical-coordinate representation of color #4FBD85: hue angle of 149.45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBD85 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB79189133-
CMYK0.5800.300.26
HSL149.45º45.45%52.55%-
HSV(B)149.45º58.2%74.12%-
XYZ25.6639.7528.51-
YUV149.73118.5677.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.70%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=19.70%
G=47.13%
B=33.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791891330.5800.300.26149.4545.4552.55
Hex4FBD853A01E1A952d35
Octal11727520572036322255565
Binary100111110111101100001011110100111101101010010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,189,133); }

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

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

 a { background-color: rgb(79,189,133); }

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

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

 span { border-color: rgb(79,189,133); }

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