#71BF96

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

Shades of Silver Tree #71BF96

Tints of Silver Tree #71BF96

Color information

#71BF96 (or 0x71BF96) is unknown color: approx Silver Tree. HEX triplet: 71, BF and 96. RGB value is (113,191,150). Sum of RGB (Red+Green+Blue) = 113+191+150=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BF96 is #8E4069. Grayscale: #A3A3A3. Windows color (decimal): -9322602 or 9879409. OLE color: 9879409.

HSL color Cylindrical-coordinate representation of color #71BF96: hue angle of 148.46º 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 #71BF96 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB113191150-
CMYK0.4100.210.25
HSL148.46º37.86%59.61%-
HSV(B)148.46º40.84%74.9%-
XYZ30.9542.9735.52-
YUV163120.6692.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.89%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=24.89%
G=42.07%
B=33.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131911500.4100.210.25148.4637.8659.61
Hex71BF96290151994263c
Octal16127722651025312244674
Binary111000110111111100101101010010101011100110010100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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