#5FDF95

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

Shades of Silver Tree #5FDF95

Tints of Silver Tree #5FDF95

Color information

#5FDF95 (or 0x5FDF95) is unknown color: approx Silver Tree. HEX triplet: 5F, DF and 95. RGB value is (95,223,149). Sum of RGB (Red+Green+Blue) = 95+223+149=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDF95 is #A0206A. Grayscale: #B0B0B0. Windows color (decimal): -10494059 or 9822047. OLE color: 9822047.

HSL color Cylindrical-coordinate representation of color #5FDF95: hue angle of 145.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDF95 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB95223149-
CMYK0.5700.330.13
HSL145.31º66.67%62.35%-
HSV(B)145.31º57.4%87.45%-
XYZ36.5357.3837.58-
YUV176.29112.5970.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.34%
GREEN value IS 223 (87.5% from 255) = 47.75%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=20.34%
G=47.75%
B=31.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal952231490.5700.330.13145.3166.6762.35
Hex5FDF9539021D91433e
Octal137337225710411522110376
Binary1011111110111111001010111100101000011101100100011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,223,149); }

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

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

 a { background-color: rgb(95,223,149); }

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

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

 span { border-color: rgb(95,223,149); }

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