#71BE94

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

Shades of Silver Tree #71BE94

Tints of Silver Tree #71BE94

Color information

#71BE94 (or 0x71BE94) is unknown color: approx Silver Tree. HEX triplet: 71, BE and 94. RGB value is (113,190,148). Sum of RGB (Red+Green+Blue) = 113+190+148=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BE94 is #8E416B. Grayscale: #A2A2A2. Windows color (decimal): -9322860 or 9748081. OLE color: 9748081.

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

Color convert

RGB113190148-
CMYK0.4100.220.25
HSL147.27º37.2%59.41%-
HSV(B)147.27º40.53%74.51%-
XYZ30.5742.4834.6-
YUV162.19119.9992.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.06%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=25.06%
G=42.13%
B=32.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131901480.4100.220.25147.2737.259.41
Hex71BE94290161993253b
Octal16127622451026312234573
Binary111000110111110100101001010010101101100110010011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,190,148); }

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

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

 a { background-color: rgb(113,190,148); }

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

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

 span { border-color: rgb(113,190,148); }

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