#71BF77

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

Shades of Fern #71BF77

Tints of Fern #71BF77

Color information

#71BF77 (or 0x71BF77) is unknown color: approx Fern. HEX triplet: 71, BF and 77. RGB value is (113,191,119). Sum of RGB (Red+Green+Blue) = 113+191+119=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BF77 is #8E4088. Grayscale: #9F9F9F. Windows color (decimal): -9322633 or 7847793. OLE color: 7847793.

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

Color convert

RGB113191119-
CMYK0.4100.380.25
HSL124.62º37.86%59.61%-
HSV(B)124.62º40.84%74.9%-
XYZ28.7742.124.06-
YUV159.47105.1694.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=26.71%
G=45.15%
B=28.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131911190.4100.380.25124.6237.8659.61
Hex71BF7729026197d263c
Octal16127716751046311754674
Binary11100011011111111101111010010100110110011111101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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