#5FBE8A

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

Shades of Silver Tree #5FBE8A

Tints of Silver Tree #5FBE8A

Color information

#5FBE8A (or 0x5FBE8A) is unknown color: approx Silver Tree. HEX triplet: 5F, BE and 8A. RGB value is (95,190,138). Sum of RGB (Red+Green+Blue) = 95+190+138=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBE8A is #A04175. Grayscale: #9B9B9B. Windows color (decimal): -10502518 or 9092703. OLE color: 9092703.

HSL color Cylindrical-coordinate representation of color #5FBE8A: hue angle of 147.16º degrees, saturation: 0.42, 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 #5FBE8A is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB95190138-
CMYK0.500.270.25
HSL147.16º42.22%55.88%-
HSV(B)147.16º50%74.51%-
XYZ27.7241.0930.52-
YUV155.67118.0384.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.46%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=22.46%
G=44.92%
B=32.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951901380.500.270.25147.1642.2255.88
Hex5FBE8A3201B19932a38
Octal13727621262033312235270
Binary101111110111110100010101100100110111100110010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,190,138); }

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

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

 a { background-color: rgb(95,190,138); }

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

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

 span { border-color: rgb(95,190,138); }

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