#60BF95

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

Shades of Silver Tree #60BF95

Tints of Silver Tree #60BF95

Color information

#60BF95 (or 0x60BF95) is unknown color: approx Silver Tree. HEX triplet: 60, BF and 95. RGB value is (96,191,149). Sum of RGB (Red+Green+Blue) = 96+191+149=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BF95 is #9F406A. Grayscale: #9D9D9D. Windows color (decimal): -10436715 or 9813856. OLE color: 9813856.

HSL color Cylindrical-coordinate representation of color #60BF95: hue angle of 153.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BF95 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB96191149-
CMYK0.5000.220.25
HSL153.47º42.6%56.27%-
HSV(B)153.47º49.74%74.9%-
XYZ28.8841.9235-
YUV157.81123.0383.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 191 (75% from 255) = 43.81%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=22.02%
G=43.81%
B=34.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911490.5000.220.25153.4742.656.27
Hex60BF953201619992b38
Octal14027722562026312315370
Binary110000010111111100101011100100101101100110011001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60BF95; }

 p { color: rgb(96,191,149); }

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

<style>
 a { background-color: #60BF95; }

 a { background-color: rgb(96,191,149); }

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

<style>
 span { border-color: #60BF95; }

 span { border-color: rgb(96,191,149); }

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