#5fdc90

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

Shades of Silver Tree #5FDC90

Tints of Silver Tree #5FDC90

Color information

#5FDC90 (or 0x5FDC90) is unknown color: approx Silver Tree. HEX triplet: 5F, DC and 90. RGB value is (95,220,144). Sum of RGB (Red+Green+Blue) = 95+220+144=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDC90 is #A0236F. Grayscale: #AEAEAE. Windows color (decimal): -10494832 or 9493599. OLE color: 9493599.

HSL color Cylindrical-coordinate representation of color #5FDC90: hue angle of 143.52º degrees, saturation: 0.64, 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 #5FDC90 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB95220144-
CMYK0.5700.350.14
HSL143.52º64.1%61.76%-
HSV(B)143.52º56.82%86.27%-
XYZ35.3555.6335.26-
YUV173.96111.0971.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.70%
GREEN value IS 220 (86.33% from 255) = 47.93%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=20.70%
G=47.93%
B=31.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal952201440.5700.350.14143.5264.161.76
Hex5FDC9039023E90403e
Octal137334220710431622010076
Binary1011111110111001001000011100101000111110100100001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fdc90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,220,144); }

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

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

 a { background-color: rgb(95,220,144); }

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

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

 span { border-color: rgb(95,220,144); }

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