#5EBF95

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

Shades of Silver Tree #5EBF95

Tints of Silver Tree #5EBF95

Color information

#5EBF95 (or 0x5EBF95) is unknown color: approx Silver Tree. HEX triplet: 5E, BF and 95. RGB value is (94,191,149). Sum of RGB (Red+Green+Blue) = 94+191+149=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBF95 is #A1406A. Grayscale: #9D9D9D. Windows color (decimal): -10567787 or 9813854. OLE color: 9813854.

HSL color Cylindrical-coordinate representation of color #5EBF95: hue angle of 154.02º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBF95 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB94191149-
CMYK0.5100.220.25
HSL154.02º43.11%55.88%-
HSV(B)154.02º50.79%74.9%-
XYZ28.6741.8134.99-
YUV157.21123.3682.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.66%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=21.66%
G=44.01%
B=34.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941911490.5100.220.25154.0243.1155.88
Hex5EBF9533016199a2b38
Octal13627722563026312325370
Binary101111010111111100101011100110101101100110011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,191,149); }

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

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

 a { background-color: rgb(94,191,149); }

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

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

 span { border-color: rgb(94,191,149); }

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