#4FBA70

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

Shades of Emerald #4FBA70

Tints of Emerald #4FBA70

Color information

#4FBA70 (or 0x4FBA70) is unknown color: approx Emerald. HEX triplet: 4F, BA and 70. RGB value is (79,186,112). Sum of RGB (Red+Green+Blue) = 79+186+112=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBA70 is #B0458F. Grayscale: #919191. Windows color (decimal): -11552144 or 7387727. OLE color: 7387727.

HSL color Cylindrical-coordinate representation of color #4FBA70: hue angle of 138.5º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBA70 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB79186112-
CMYK0.5800.400.27
HSL138.5º43.67%51.96%-
HSV(B)138.5º57.53%72.94%-
XYZ23.7137.9521.4-
YUV145.57109.0580.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.95%
GREEN value IS 186 (73.05% from 255) = 49.34%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=20.95%
G=49.34%
B=29.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791861120.5800.400.27138.543.6751.96
Hex4FBA703A0281B8b2c34
Octal11727216072050332135464
Binary100111110111010111000011101001010001101110001011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,186,112); }

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

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

 a { background-color: rgb(79,186,112); }

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

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

 span { border-color: rgb(79,186,112); }

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