#71BE6A

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

Shades of Fern #71BE6A

Tints of Fern #71BE6A

Color information

#71BE6A (or 0x71BE6A) is unknown color: approx Fern. HEX triplet: 71, BE and 6A. RGB value is (113,190,106). Sum of RGB (Red+Green+Blue) = 113+190+106=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BE6A is #8E4195. Grayscale: #9D9D9D. Windows color (decimal): -9322902 or 6995569. OLE color: 6995569.

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

Color convert

RGB113190106-
CMYK0.4100.440.25
HSL115º39.25%58.04%-
HSV(B)115º44.21%74.51%-
XYZ27.8341.3820.16-
YUV157.498.9996.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.63%
GREEN value IS 190 (74.61% from 255) = 46.45%
BLUE value IS 106 (41.80% from 255) = 25.92%
R=27.63%
G=46.45%
B=25.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131901060.4100.440.2511539.2558.04
Hex71BE6A2902C1973273a
Octal16127615251054311634772
Binary11100011011111011010101010010101100110011110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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