#5bc48c

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

Shades of Silver Tree #5BC48C

Tints of Silver Tree #5BC48C

Color information

#5BC48C (or 0x5BC48C) is unknown color: approx Silver Tree. HEX triplet: 5B, C4 and 8C. RGB value is (91,196,140). Sum of RGB (Red+Green+Blue) = 91+196+140=427 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.31% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #5BC48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC48C is #A43B73. Grayscale: #9E9E9E. Windows color (decimal): -10763124 or 9225307. OLE color: 9225307.

HSL color Cylindrical-coordinate representation of color #5BC48C: hue angle of 148º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC48C is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB91196140-
CMYK0.5400.290.23
HSL148º47.09%56.27%-
HSV(B)148º53.57%76.86%-
XYZ28.7943.631.71-
YUV158.22117.7180.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.31%
GREEN value IS 196 (76.95% from 255) = 45.90%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=21.31%
G=45.90%
B=32.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal911961400.5400.290.2314847.0956.27
Hex5BC48C3601D17942f38
Octal13330421466035272245770
Binary101101111000100100011001101100111011011110010100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bc48c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,196,140); }

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

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

 a { background-color: rgb(91,196,140); }

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

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

 span { border-color: rgb(91,196,140); }

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