#5FBA80

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

Shades of Silver Tree #5FBA80

Tints of Silver Tree #5FBA80

Color information

#5FBA80 (or 0x5FBA80) is unknown color: approx Silver Tree. HEX triplet: 5F, BA and 80. RGB value is (95,186,128). Sum of RGB (Red+Green+Blue) = 95+186+128=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBA80 is #A0457F. Grayscale: #989898. Windows color (decimal): -10503552 or 8436319. OLE color: 8436319.

HSL color Cylindrical-coordinate representation of color #5FBA80: hue angle of 141.76º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBA80 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB95186128-
CMYK0.4900.310.27
HSL141.76º39.74%55.1%-
HSV(B)141.76º48.92%72.94%-
XYZ26.1739.1126.59-
YUV152.18114.3587.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.23%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=23.23%
G=45.48%
B=31.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951861280.4900.310.27141.7639.7455.1
Hex5FBA803101F1B8e2837
Octal13727220061037332165067
Binary101111110111010100000001100010111111101110001110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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