#71BE7C

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

Shades of Fern #71BE7C

Tints of Fern #71BE7C

Color information

#71BE7C (or 0x71BE7C) is unknown color: approx Fern. HEX triplet: 71, BE and 7C. RGB value is (113,190,124). Sum of RGB (Red+Green+Blue) = 113+190+124=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BE7C is #8E4183. Grayscale: #9F9F9F. Windows color (decimal): -9322884 or 8175217. OLE color: 8175217.

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

Color convert

RGB113190124-
CMYK0.4100.350.25
HSL128.57º37.2%59.41%-
HSV(B)128.57º40.53%74.51%-
XYZ28.8641.7925.61-
YUV159.45107.9994.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 190 (74.61% from 255) = 44.50%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=26.46%
G=44.50%
B=29.04%

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
Decimal1131901240.4100.350.25128.5737.259.41
Hex71BE7C290231981253b
Octal16127617451043312014573
Binary111000110111110111110010100101000111100110000001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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