#5FB48E

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

Shades of Silver Tree #5FB48E

Tints of Silver Tree #5FB48E

Color information

#5FB48E (or 0x5FB48E) is unknown color: approx Silver Tree. HEX triplet: 5F, B4 and 8E. RGB value is (95,180,142). Sum of RGB (Red+Green+Blue) = 95+180+142=417 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.78% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB48E is #A04B71. Grayscale: #969696. Windows color (decimal): -10505074 or 9352287. OLE color: 9352287.

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

Color convert

RGB95180142-
CMYK0.4700.210.29
HSL153.18º36.17%53.92%-
HSV(B)153.18º47.22%70.59%-
XYZ25.9237.0331.37-
YUV150.25123.3488.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.78%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=22.78%
G=43.17%
B=34.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951801420.4700.210.29153.1836.1753.92
Hex5FB48E2F0151D992436
Octal13726421657025352314466
Binary101111110110100100011101011110101011110110011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,180,142); }

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

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

 a { background-color: rgb(95,180,142); }

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

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

 span { border-color: rgb(95,180,142); }

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