#71C07F

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

Shades of Fern #71C07F

Tints of Fern #71C07F

Color information

#71C07F (or 0x71C07F) is unknown color: approx Fern. HEX triplet: 71, C0 and 7F. RGB value is (113,192,127). Sum of RGB (Red+Green+Blue) = 113+192+127=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #71C07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C07F is #8E3F80. Grayscale: #A1A1A1. Windows color (decimal): -9322369 or 8372337. OLE color: 8372337.

HSL color Cylindrical-coordinate representation of color #71C07F: hue angle of 130.63º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71C07F is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB113192127-
CMYK0.4100.340.25
HSL130.63º38.54%59.8%-
HSV(B)130.63º41.15%75.29%-
XYZ29.4942.7426.77-
YUV160.97108.8393.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.16%
GREEN value IS 192 (75.39% from 255) = 44.44%
BLUE value IS 127 (50% from 255) = 29.40%
R=26.16%
G=44.44%
B=29.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131921270.4100.340.25130.6338.5459.8
Hex71C07F290221983273c
Octal16130017751042312034774
Binary111000111000000111111110100101000101100110000011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,192,127); }

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

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

 a { background-color: rgb(113,192,127); }

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

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

 span { border-color: rgb(113,192,127); }

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