#71BE74

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

Shades of Fern #71BE74

Tints of Fern #71BE74

Color information

#71BE74 (or 0x71BE74) is unknown color: approx Fern. HEX triplet: 71, BE and 74. RGB value is (113,190,116). Sum of RGB (Red+Green+Blue) = 113+190+116=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BE74 is #8E418B. Grayscale: #9E9E9E. Windows color (decimal): -9322892 or 7650929. OLE color: 7650929.

HSL color Cylindrical-coordinate representation of color #71BE74: hue angle of 122.34º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BE74 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB113190116-
CMYK0.4100.390.25
HSL122.34º37.2%59.41%-
HSV(B)122.34º40.53%74.51%-
XYZ28.3841.623.06-
YUV158.54103.9995.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 190 (74.61% from 255) = 45.35%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=26.97%
G=45.35%
B=27.68%

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
Decimal1131901160.4100.390.25122.3437.259.41
Hex71BE7429027197a253b
Octal16127616451047311724573
Binary11100011011111011101001010010100111110011111010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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