#71C46B

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

Shades of Fern #71C46B

Tints of Fern #71C46B

Color information

#71C46B (or 0x71C46B) is unknown color: approx Fern. HEX triplet: 71, C4 and 6B. RGB value is (113,196,107). Sum of RGB (Red+Green+Blue) = 113+196+107=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #71C46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C46B is #8E3B94. Grayscale: #A1A1A1. Windows color (decimal): -9321365 or 7062641. OLE color: 7062641.

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

Color convert

RGB113196107-
CMYK0.4200.450.23
HSL115.96º43%59.41%-
HSV(B)115.96º45.41%76.86%-
XYZ29.244.0520.87-
YUV161.0497.593.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 196 (76.95% from 255) = 47.12%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=27.16%
G=47.12%
B=25.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131961070.4200.450.23115.964359.41
Hex71C46B2A02D17742b3b
Octal16130415352055271645373
Binary11100011100010011010111010100101101101111110100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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