#5bc388

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

Shades of Silver Tree #5BC388

Tints of Silver Tree #5BC388

Color information

#5BC388 (or 0x5BC388) is unknown color: approx Silver Tree. HEX triplet: 5B, C3 and 88. RGB value is (91,195,136). Sum of RGB (Red+Green+Blue) = 91+195+136=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC388 is #A43C77. Grayscale: #9D9D9D. Windows color (decimal): -10763384 or 8962907. OLE color: 8962907.

HSL color Cylindrical-coordinate representation of color #5BC388: hue angle of 145.96º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC388 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB91195136-
CMYK0.5300.300.24
HSL145.96º46.43%56.08%-
HSV(B)145.96º53.33%76.47%-
XYZ28.2743.0330.11-
YUV157.18116.0480.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.56%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=21.56%
G=46.21%
B=32.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal911951360.5300.300.24145.9646.4356.08
Hex5BC3883501E18922e38
Octal13330321065036302225670
Binary101101111000011100010001101010111101100010010010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bc388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,195,136); }

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

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

 a { background-color: rgb(91,195,136); }

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

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

 span { border-color: rgb(91,195,136); }

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