#71B47D

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

Shades of Fern #71B47D

Tints of Fern #71B47D

Color information

#71B47D (or 0x71B47D) is unknown color: approx Fern. HEX triplet: 71, B4 and 7D. RGB value is (113,180,125). Sum of RGB (Red+Green+Blue) = 113+180+125=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #71B47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B47D is #8E4B82. Grayscale: #999999. Windows color (decimal): -9325443 or 8238193. OLE color: 8238193.

HSL color Cylindrical-coordinate representation of color #71B47D: hue angle of 130.75º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B47D is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB113180125-
CMYK0.3700.310.29
HSL130.75º30.88%57.45%-
HSV(B)130.75º37.22%70.59%-
XYZ26.8337.6325.25-
YUV153.7111.898.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.03%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=27.03%
G=43.06%
B=29.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801250.3700.310.29130.7530.8857.45
Hex71B47D2501F1D831f39
Octal16126417545037352033771
Binary1110001101101001111101100101011111111011000001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,180,125); }

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

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

 a { background-color: rgb(113,180,125); }

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

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

 span { border-color: rgb(113,180,125); }

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