#5FCA94

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

Shades of Silver Tree #5FCA94

Tints of Silver Tree #5FCA94

Color information

#5FCA94 (or 0x5FCA94) is unknown color: approx Silver Tree. HEX triplet: 5F, CA and 94. RGB value is (95,202,148). Sum of RGB (Red+Green+Blue) = 95+202+148=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCA94 is #A0356B. Grayscale: #A3A3A3. Windows color (decimal): -10499436 or 9751135. OLE color: 9751135.

HSL color Cylindrical-coordinate representation of color #5FCA94: hue angle of 149.72º 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 #5FCA94 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB95202148-
CMYK0.5300.270.21
HSL149.72º50.23%58.24%-
HSV(B)149.72º52.97%79.22%-
XYZ31.1946.8135.41-
YUV163.85119.0578.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.35%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 148 (58.20% from 255) = 33.26%
R=21.35%
G=45.39%
B=33.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal952021480.5300.270.21149.7250.2358.24
Hex5FCA943501B1596323a
Octal13731222465033252266272
Binary101111111001010100101001101010110111010110010110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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