#71BC73

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

Shades of Fern #71BC73

Tints of Fern #71BC73

Color information

#71BC73 (or 0x71BC73) is unknown color: approx Fern. HEX triplet: 71, BC and 73. RGB value is (113,188,115). Sum of RGB (Red+Green+Blue) = 113+188+115=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC73 is #8E438C. Grayscale: #9D9D9D. Windows color (decimal): -9323405 or 7584881. OLE color: 7584881.

HSL color Cylindrical-coordinate representation of color #71BC73: hue angle of 121.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BC73 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB113188115-
CMYK0.4000.390.26
HSL121.6º35.89%59.02%-
HSV(B)121.6º39.89%73.73%-
XYZ27.8940.7122.61-
YUV157.25104.1596.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 188 (73.83% from 255) = 45.19%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=27.16%
G=45.19%
B=27.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131881150.4000.390.26121.635.8959.02
Hex71BC73280271A7a243b
Octal16127416350047321724473
Binary11100011011110011100111010000100111110101111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,188,115); }

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

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

 a { background-color: rgb(113,188,115); }

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

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

 span { border-color: rgb(113,188,115); }

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