#71C474

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

Shades of Fern #71C474

Tints of Fern #71C474

Color information

#71C474 (or 0x71C474) is unknown color: approx Fern. HEX triplet: 71, C4 and 74. RGB value is (113,196,116). Sum of RGB (Red+Green+Blue) = 113+196+116=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #71C474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C474 is #8E3B8B. Grayscale: #A2A2A2. Windows color (decimal): -9321356 or 7652465. OLE color: 7652465.

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

Color convert

RGB113196116-
CMYK0.4200.410.23
HSL122.17º41.29%60.59%-
HSV(B)122.17º42.35%76.86%-
XYZ29.744.2523.5-
YUV162.0610293-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.59%
GREEN value IS 196 (76.95% from 255) = 46.12%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=26.59%
G=46.12%
B=27.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131961160.4200.410.23122.1741.2960.59
Hex71C4742A029177a293d
Octal16130416452051271725175
Binary11100011100010011101001010100101001101111111010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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