#5fdb91

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

Shades of Silver Tree #5FDB91

Tints of Silver Tree #5FDB91

Color information

#5FDB91 (or 0x5FDB91) is unknown color: approx Silver Tree. HEX triplet: 5F, DB and 91. RGB value is (95,219,145). Sum of RGB (Red+Green+Blue) = 95+219+145=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDB91 is #A0246E. Grayscale: #ADADAD. Windows color (decimal): -10495087 or 9558879. OLE color: 9558879.

HSL color Cylindrical-coordinate representation of color #5FDB91: hue angle of 144.19º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDB91 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB95219145-
CMYK0.5700.340.14
HSL144.19º63.27%61.57%-
HSV(B)144.19º56.62%85.88%-
XYZ35.1655.1435.58-
YUV173.49111.9272.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.70%
GREEN value IS 219 (85.94% from 255) = 47.71%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=20.70%
G=47.71%
B=31.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal952191450.5700.340.14144.1963.2761.57
Hex5FDB9139022E903f3e
Octal13733322171042162207776
Binary101111111011011100100011110010100010111010010000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fdb91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,219,145); }

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

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

 a { background-color: rgb(95,219,145); }

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

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

 span { border-color: rgb(95,219,145); }

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