#4FBF82

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

Shades of Emerald #4FBF82

Tints of Emerald #4FBF82

Color information

#4FBF82 (or 0x4FBF82) is unknown color: approx Emerald. HEX triplet: 4F, BF and 82. RGB value is (79,191,130). Sum of RGB (Red+Green+Blue) = 79+191+130=400 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.75% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBF82 is #B0407D. Grayscale: #969696. Windows color (decimal): -11550846 or 8568655. OLE color: 8568655.

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

Color convert

RGB79191130-
CMYK0.5900.320.25
HSL147.32º46.67%52.94%-
HSV(B)147.32º58.64%74.9%-
XYZ25.8840.5427.58-
YUV150.56116.3976.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.75%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=19.75%
G=47.75%
B=32.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791911300.5900.320.25147.3246.6752.94
Hex4FBF823B02019932f35
Octal11727720273040312235765
Binary1001111101111111000001011101101000001100110010011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,191,130); }

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

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

 a { background-color: rgb(79,191,130); }

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

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

 span { border-color: rgb(79,191,130); }

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