#5FB488

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

Shades of Silver Tree #5FB488

Tints of Silver Tree #5FB488

Color information

#5FB488 (or 0x5FB488) is unknown color: approx Silver Tree. HEX triplet: 5F, B4 and 88. RGB value is (95,180,136). Sum of RGB (Red+Green+Blue) = 95+180+136=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB488 is #A04B77. Grayscale: #959595. Windows color (decimal): -10505080 or 8959071. OLE color: 8959071.

HSL color Cylindrical-coordinate representation of color #5FB488: hue angle of 148.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB488 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB95180136-
CMYK0.4700.240.29
HSL148.94º36.17%53.92%-
HSV(B)148.94º47.22%70.59%-
XYZ25.4836.8529.06-
YUV149.57120.3489.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.11%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=23.11%
G=43.80%
B=33.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951801360.4700.240.29148.9436.1753.92
Hex5FB4882F0181D952436
Octal13726421057030352254466
Binary101111110110100100010001011110110001110110010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,180,136); }

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

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

 a { background-color: rgb(95,180,136); }

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

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

 span { border-color: rgb(95,180,136); }

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