#71BF74

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

Shades of Fern #71BF74

Tints of Fern #71BF74

Color information

#71BF74 (or 0x71BF74) is unknown color: approx Fern. HEX triplet: 71, BF and 74. RGB value is (113,191,116). Sum of RGB (Red+Green+Blue) = 113+191+116=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BF74 is #8E408B. Grayscale: #9F9F9F. Windows color (decimal): -9322636 or 7651185. OLE color: 7651185.

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

Color convert

RGB113191116-
CMYK0.4100.390.25
HSL122.31º37.86%59.61%-
HSV(B)122.31º40.84%74.9%-
XYZ28.5942.0323.13-
YUV159.13103.6695.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=26.90%
G=45.48%
B=27.62%

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
Decimal1131911160.4100.390.25122.3137.8659.61
Hex71BF7429027197a263c
Octal16127716451047311724674
Binary11100011011111111101001010010100111110011111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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