#5FCA96

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

Shades of Silver Tree #5FCA96

Tints of Silver Tree #5FCA96

Color information

#5FCA96 (or 0x5FCA96) is unknown color: approx Silver Tree. HEX triplet: 5F, CA and 96. RGB value is (95,202,150). Sum of RGB (Red+Green+Blue) = 95+202+150=447 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.25% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCA96 is #A03569. Grayscale: #A4A4A4. Windows color (decimal): -10499434 or 9882207. OLE color: 9882207.

HSL color Cylindrical-coordinate representation of color #5FCA96: hue angle of 150.84º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCA96 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB95202150-
CMYK0.5300.260.21
HSL150.84º50.23%58.24%-
HSV(B)150.84º52.97%79.22%-
XYZ31.3446.8836.25-
YUV164.08120.0578.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.25%
GREEN value IS 202 (79.30% from 255) = 45.19%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=21.25%
G=45.19%
B=33.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal952021500.5300.260.21150.8450.2358.24
Hex5FCA963501A1597323a
Octal13731222665032252276272
Binary101111111001010100101101101010110101010110010111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,202,150); }

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

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

 a { background-color: rgb(95,202,150); }

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

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

 span { border-color: rgb(95,202,150); }

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