#5FB88A

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

Shades of Silver Tree #5FB88A

Tints of Silver Tree #5FB88A

Color information

#5FB88A (or 0x5FB88A) is unknown color: approx Silver Tree. HEX triplet: 5F, B8 and 8A. RGB value is (95,184,138). Sum of RGB (Red+Green+Blue) = 95+184+138=417 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.78% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB88A is #A04775. Grayscale: #989898. Windows color (decimal): -10504054 or 9091167. OLE color: 9091167.

HSL color Cylindrical-coordinate representation of color #5FB88A: hue angle of 148.99º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB88A is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB95184138-
CMYK0.4800.250.28
HSL148.99º38.53%54.71%-
HSV(B)148.99º48.37%72.16%-
XYZ26.4538.5530.09-
YUV152.14120.0187.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.78%
GREEN value IS 184 (72.27% from 255) = 44.12%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=22.78%
G=44.12%
B=33.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951841380.4800.250.28148.9938.5354.71
Hex5FB88A300191C952737
Octal13727021260031342254767
Binary101111110111000100010101100000110011110010010101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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