#71C472

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

Shades of Fern #71C472

Tints of Fern #71C472

Color information

#71C472 (or 0x71C472) is unknown color: approx Fern. HEX triplet: 71, C4 and 72. RGB value is (113,196,114). Sum of RGB (Red+Green+Blue) = 113+196+114=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #71C472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C472 is #8E3B8D. Grayscale: #A2A2A2. Windows color (decimal): -9321358 or 7521393. OLE color: 7521393.

HSL color Cylindrical-coordinate representation of color #71C472: hue angle of 120.72º 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 #71C472 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB113196114-
CMYK0.4200.420.23
HSL120.72º41.29%60.59%-
HSV(B)120.72º42.35%76.86%-
XYZ29.5944.2122.89-
YUV161.8410193.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 196 (76.95% from 255) = 46.34%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=26.71%
G=46.34%
B=26.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131961140.4200.420.23120.7241.2960.59
Hex71C4722A02A1779293d
Octal16130416252052271715175
Binary11100011100010011100101010100101010101111111001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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