#5fc480

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

Shades of Emerald #5FC480

Tints of Emerald #5FC480

Color information

#5FC480 (or 0x5FC480) is unknown color: approx Emerald. HEX triplet: 5F, C4 and 80. RGB value is (95,196,128). Sum of RGB (Red+Green+Blue) = 95+196+128=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #5FC480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC480 is #A03B7F. Grayscale: #9E9E9E. Windows color (decimal): -10500992 or 8438879. OLE color: 8438879.

HSL color Cylindrical-coordinate representation of color #5FC480: hue angle of 139.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC480 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB95196128-
CMYK0.5200.350.23
HSL139.6º46.12%57.06%-
HSV(B)139.6º51.53%76.86%-
XYZ28.3643.4727.32-
YUV158.05111.0483.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.67%
GREEN value IS 196 (76.95% from 255) = 46.78%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=22.67%
G=46.78%
B=30.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal951961280.5200.350.23139.646.1257.06
Hex5FC48034023178c2e39
Octal13730420064043272145671
Binary1011111110001001000000011010001000111011110001100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fc480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,196,128); }

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

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

 a { background-color: rgb(95,196,128); }

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

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

 span { border-color: rgb(95,196,128); }

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