#71BF71

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

Shades of Fern #71BF71

Tints of Fern #71BF71

Color information

#71BF71 (or 0x71BF71) is unknown color: approx Fern. HEX triplet: 71, BF and 71. RGB value is (113,191,113). Sum of RGB (Red+Green+Blue) = 113+191+113=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BF71 is #8E408E. Grayscale: #9F9F9F. Windows color (decimal): -9322639 or 7454577. OLE color: 7454577.

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

Color convert

RGB113191113-
CMYK0.4100.410.25
HSL120º37.86%59.61%-
HSV(B)120º40.84%74.9%-
XYZ28.4241.9622.22-
YUV158.79102.1695.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 191 (75% from 255) = 45.80%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=27.10%
G=45.80%
B=27.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131911130.4100.410.2512037.8659.61
Hex71BF71290291978263c
Octal16127716151051311704674
Binary11100011011111111100011010010101001110011111000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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