#71BE73

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

Shades of Fern #71BE73

Tints of Fern #71BE73

Color information

#71BE73 (or 0x71BE73) is unknown color: approx Fern. HEX triplet: 71, BE and 73. RGB value is (113,190,115). Sum of RGB (Red+Green+Blue) = 113+190+115=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BE73 is #8E418C. Grayscale: #9E9E9E. Windows color (decimal): -9322893 or 7585393. OLE color: 7585393.

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

Color convert

RGB113190115-
CMYK0.4100.390.25
HSL121.56º37.2%59.41%-
HSV(B)121.56º40.53%74.51%-
XYZ28.3241.5822.75-
YUV158.43103.4995.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.03%
GREEN value IS 190 (74.61% from 255) = 45.45%
BLUE value IS 115 (45.31% from 255) = 27.51%
R=27.03%
G=45.45%
B=27.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131901150.4100.390.25121.5637.259.41
Hex71BE7329027197a253b
Octal16127616351047311724573
Binary11100011011111011100111010010100111110011111010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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