#5FC485

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

Shades of Silver Tree #5FC485

Tints of Silver Tree #5FC485

Color information

#5FC485 (or 0x5FC485) is unknown color: approx Silver Tree. HEX triplet: 5F, C4 and 85. RGB value is (95,196,133). Sum of RGB (Red+Green+Blue) = 95+196+133=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #5FC485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC485 is #A03B7A. Grayscale: #9E9E9E. Windows color (decimal): -10500987 or 8766559. OLE color: 8766559.

HSL color Cylindrical-coordinate representation of color #5FC485: hue angle of 142.57º 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 #5FC485 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB95196133-
CMYK0.5200.320.23
HSL142.57º46.12%57.06%-
HSV(B)142.57º51.53%76.86%-
XYZ28.6943.6129.09-
YUV158.62113.5482.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.41%
GREEN value IS 196 (76.95% from 255) = 46.23%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=22.41%
G=46.23%
B=31.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal951961330.5200.320.23142.5746.1257.06
Hex5FC48534020178f2e39
Octal13730420564040272175671
Binary1011111110001001000010111010001000001011110001111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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