#71C46A

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

Shades of Fern #71C46A

Tints of Fern #71C46A

Color information

#71C46A (or 0x71C46A) is unknown color: approx Fern. HEX triplet: 71, C4 and 6A. RGB value is (113,196,106). Sum of RGB (Red+Green+Blue) = 113+196+106=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #71C46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C46A is #8E3B95. Grayscale: #A1A1A1. Windows color (decimal): -9321366 or 6997105. OLE color: 6997105.

HSL color Cylindrical-coordinate representation of color #71C46A: hue angle of 115.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71C46A is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB113196106-
CMYK0.4200.460.23
HSL115.33º43.27%59.22%-
HSV(B)115.33º45.92%76.86%-
XYZ29.1544.0320.6-
YUV160.929793.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.23%
GREEN value IS 196 (76.95% from 255) = 47.23%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=27.23%
G=47.23%
B=25.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131961060.4200.460.23115.3343.2759.22
Hex71C46A2A02E17732b3b
Octal16130415252056271635373
Binary11100011100010011010101010100101110101111110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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