#73C271

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

Shades of Fern #73C271

Tints of Fern #73C271

Color information

#73C271 (or 0x73C271) is unknown color: approx Fern. HEX triplet: 73, C2 and 71. RGB value is (115,194,113). Sum of RGB (Red+Green+Blue) = 115+194+113=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #73C271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C271 is #8C3D8E. Grayscale: #A1A1A1. Windows color (decimal): -9190799 or 7455347. OLE color: 7455347.

HSL color Cylindrical-coordinate representation of color #73C271: hue angle of 118.52º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73C271 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB115194113-
CMYK0.4100.420.24
HSL118.52º39.9%60.2%-
HSV(B)118.52º41.75%76.08%-
XYZ29.3443.4222.46-
YUV161.15100.8395.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 194 (76.17% from 255) = 45.97%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=27.25%
G=45.97%
B=26.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151941130.4100.420.24118.5239.960.2
Hex73C2712902A1877283c
Octal16330216151052301675074
Binary11100111100001011100011010010101010110001110111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73C271; }

 p { color: rgb(115,194,113); }

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

<style>
 a { background-color: #73C271; }

 a { background-color: rgb(115,194,113); }

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

<style>
 span { border-color: #73C271; }

 span { border-color: rgb(115,194,113); }

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