#71C369

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

Shades of Fern #71C369

Tints of Fern #71C369

Color information

#71C369 (or 0x71C369) is unknown color: approx Fern. HEX triplet: 71, C3 and 69. RGB value is (113,195,105). Sum of RGB (Red+Green+Blue) = 113+195+105=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #71C369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C369 is #8E3C96. Grayscale: #A0A0A0. Windows color (decimal): -9321623 or 6931313. OLE color: 6931313.

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

Color convert

RGB113195105-
CMYK0.4200.460.24
HSL114.67º42.86%58.82%-
HSV(B)114.67º46.15%76.47%-
XYZ28.8743.5620.25-
YUV160.2296.8394.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.36%
GREEN value IS 195 (76.56% from 255) = 47.22%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=27.36%
G=47.22%
B=25.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1131951050.4200.460.24114.6742.8658.82
Hex71C3692A02E18732b3b
Octal16130315152056301635373
Binary11100011100001111010011010100101110110001110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,195,105); }

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

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

 a { background-color: rgb(113,195,105); }

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

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

 span { border-color: rgb(113,195,105); }

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