#71BF7C

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

Shades of Fern #71BF7C

Tints of Fern #71BF7C

Color information

#71BF7C (or 0x71BF7C) is unknown color: approx Fern. HEX triplet: 71, BF and 7C. RGB value is (113,191,124). Sum of RGB (Red+Green+Blue) = 113+191+124=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BF7C is #8E4083. Grayscale: #A0A0A0. Windows color (decimal): -9322628 or 8175473. OLE color: 8175473.

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

Color convert

RGB113191124-
CMYK0.4100.350.25
HSL128.46º37.86%59.61%-
HSV(B)128.46º40.84%74.9%-
XYZ29.0842.2325.69-
YUV160.04107.6694.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.40%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=26.40%
G=44.63%
B=28.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131911240.4100.350.25128.4637.8659.61
Hex71BF7C290231980263c
Octal16127717451043312004674
Binary111000110111111111110010100101000111100110000000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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