#71BF8D

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

Shades of Silver Tree #71BF8D

Tints of Silver Tree #71BF8D

Color information

#71BF8D (or 0x71BF8D) is unknown color: approx Silver Tree. HEX triplet: 71, BF and 8D. RGB value is (113,191,141). Sum of RGB (Red+Green+Blue) = 113+191+141=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BF8D is #8E4072. Grayscale: #A2A2A2. Windows color (decimal): -9322611 or 9289585. OLE color: 9289585.

HSL color Cylindrical-coordinate representation of color #71BF8D: hue angle of 141.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BF8D is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB113191141-
CMYK0.4100.260.25
HSL141.54º37.86%59.61%-
HSV(B)141.54º40.84%74.9%-
XYZ30.2542.731.85-
YUV161.98116.1693.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.39%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=25.39%
G=42.92%
B=31.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131911410.4100.260.25141.5437.8659.61
Hex71BF8D2901A198e263c
Octal16127721551032312164674
Binary111000110111111100011011010010110101100110001110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71BF8D; }

 p { color: rgb(113,191,141); }

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

<style>
 a { background-color: #71BF8D; }

 a { background-color: rgb(113,191,141); }

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

<style>
 span { border-color: #71BF8D; }

 span { border-color: rgb(113,191,141); }

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