#71BF7D

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

Shades of Fern #71BF7D

Tints of Fern #71BF7D

Color information

#71BF7D (or 0x71BF7D) is unknown color: approx Fern. HEX triplet: 71, BF and 7D. RGB value is (113,191,125). Sum of RGB (Red+Green+Blue) = 113+191+125=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BF7D is #8E4082. Grayscale: #A0A0A0. Windows color (decimal): -9322627 or 8241009. OLE color: 8241009.

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

Color convert

RGB113191125-
CMYK0.4100.350.25
HSL129.23º37.86%59.61%-
HSV(B)129.23º40.84%74.9%-
XYZ29.1442.2526.02-
YUV160.15108.1694.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=26.34%
G=44.52%
B=29.14%

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
Decimal1131911250.4100.350.25129.2337.8659.61
Hex71BF7D290231981263c
Octal16127717551043312014674
Binary111000110111111111110110100101000111100110000001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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