#4FBB80

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

Shades of Emerald #4FBB80

Tints of Emerald #4FBB80

Color information

#4FBB80 (or 0x4FBB80) is unknown color: approx Emerald. HEX triplet: 4F, BB and 80. RGB value is (79,187,128). Sum of RGB (Red+Green+Blue) = 79+187+128=394 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.05% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #4FBB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBB80 is #B0447F. Grayscale: #949494. Windows color (decimal): -11551872 or 8436559. OLE color: 8436559.

HSL color Cylindrical-coordinate representation of color #4FBB80: hue angle of 147.22º 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 #4FBB80 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB79187128-
CMYK0.5800.320.27
HSL147.22º44.26%52.16%-
HSV(B)147.22º57.75%73.33%-
XYZ24.8938.7626.59-
YUV147.98116.7278.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.05%
GREEN value IS 187 (73.44% from 255) = 47.46%
BLUE value IS 128 (50.39% from 255) = 32.49%
R=20.05%
G=47.46%
B=32.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791871280.5800.320.27147.2244.2652.16
Hex4FBB803A0201B932c34
Octal11727320072040332235464
Binary1001111101110111000000011101001000001101110010011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,187,128); }

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

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

 a { background-color: rgb(79,187,128); }

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

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

 span { border-color: rgb(79,187,128); }

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