#5BD994

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

Shades of Silver Tree #5BD994

Tints of Silver Tree #5BD994

Color information

#5BD994 (or 0x5BD994) is unknown color: approx Silver Tree. HEX triplet: 5B, D9 and 94. RGB value is (91,217,148). Sum of RGB (Red+Green+Blue) = 91+217+148=456 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.96% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD994 is #A4266B. Grayscale: #ABABAB. Windows color (decimal): -10757740 or 9754971. OLE color: 9754971.

HSL color Cylindrical-coordinate representation of color #5BD994: hue angle of 147.14º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD994 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB91217148-
CMYK0.5800.320.15
HSL147.14º62.38%60.39%-
HSV(B)147.14º58.06%85.1%-
XYZ34.4753.9936.62-
YUV171.46114.7670.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.96%
GREEN value IS 217 (85.16% from 255) = 47.59%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=19.96%
G=47.59%
B=32.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal912171480.5800.320.15147.1462.3860.39
Hex5BD9943A020F933e3c
Octal13333122472040172237674
Binary101101111011001100101001110100100000111110010011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,217,148); }

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

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

 a { background-color: rgb(91,217,148); }

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

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

 span { border-color: rgb(91,217,148); }

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