#73BC71

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

Shades of Fern #73BC71

Tints of Fern #73BC71

Color information

#73BC71 (or 0x73BC71) is unknown color: approx Fern. HEX triplet: 73, BC and 71. RGB value is (115,188,113). Sum of RGB (Red+Green+Blue) = 115+188+113=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BC71 is #8C438E. Grayscale: #9D9D9D. Windows color (decimal): -9192335 or 7453811. OLE color: 7453811.

HSL color Cylindrical-coordinate representation of color #73BC71: hue angle of 118.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BC71 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB115188113-
CMYK0.3900.400.26
HSL118.4º35.89%59.02%-
HSV(B)118.4º39.89%73.73%-
XYZ28.0340.822.02-
YUV157.62102.8297.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 188 (73.83% from 255) = 45.19%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=27.64%
G=45.19%
B=27.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151881130.3900.400.26118.435.8959.02
Hex73BC71270281A76243b
Octal16327416147050321664473
Binary11100111011110011100011001110101000110101110110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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