#5fcf76

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

Shades of Emerald #5FCF76

Tints of Emerald #5FCF76

Color information

#5FCF76 (or 0x5FCF76) is unknown color: approx Emerald. HEX triplet: 5F, CF and 76. RGB value is (95,207,118). Sum of RGB (Red+Green+Blue) = 95+207+118=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCF76 is #A03089. Grayscale: #A3A3A3. Windows color (decimal): -10498186 or 7786335. OLE color: 7786335.

HSL color Cylindrical-coordinate representation of color #5FCF76: hue angle of 132.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCF76 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB95207118-
CMYK0.5400.430.19
HSL132.32º53.85%59.22%-
HSV(B)132.32º54.11%81.18%-
XYZ30.348.3724.88-
YUV163.37102.3979.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 207 (81.25% from 255) = 49.29%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=22.62%
G=49.29%
B=28.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal952071180.5400.430.19132.3253.8559.22
Hex5FCF763602B1384363b
Octal13731716666053232046673
Binary101111111001111111011011011001010111001110000100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fcf76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5fcf76; }

 p { color: rgb(95,207,118); }

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

<style>
 a { background-color: #5fcf76; }

 a { background-color: rgb(95,207,118); }

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

<style>
 span { border-color: #5fcf76; }

 span { border-color: rgb(95,207,118); }

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