#71C467

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

Shades of Fern #71C467

Tints of Fern #71C467

Color information

#71C467 (or 0x71C467) is unknown color: approx Fern. HEX triplet: 71, C4 and 67. RGB value is (113,196,103). Sum of RGB (Red+Green+Blue) = 113+196+103=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #71C467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C467 is #8E3B98. Grayscale: #A0A0A0. Windows color (decimal): -9321369 or 6800497. OLE color: 6800497.

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

Color convert

RGB113196103-
CMYK0.4200.470.23
HSL113.55º44.08%58.63%-
HSV(B)113.55º47.45%76.86%-
XYZ2943.9719.79-
YUV160.5895.594.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.43%
GREEN value IS 196 (76.95% from 255) = 47.57%
BLUE value IS 103 (40.62% from 255) = 25%
R=27.43%
G=47.57%
B=25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131961030.4200.470.23113.5544.0858.63
Hex71C4672A02F17722c3b
Octal16130414752057271625473
Binary11100011100010011001111010100101111101111110010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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