#73BF7D

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

Shades of Fern #73BF7D

Tints of Fern #73BF7D

Color information

#73BF7D (or 0x73BF7D) is unknown color: approx Fern. HEX triplet: 73, BF and 7D. RGB value is (115,191,125). Sum of RGB (Red+Green+Blue) = 115+191+125=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF7D is #8C4082. Grayscale: #A0A0A0. Windows color (decimal): -9191555 or 8241011. OLE color: 8241011.

HSL color Cylindrical-coordinate representation of color #73BF7D: hue angle of 127.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BF7D is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB115191125-
CMYK0.4000.350.25
HSL127.89º37.25%60%-
HSV(B)127.89º39.79%74.9%-
XYZ29.442.3926.03-
YUV160.75107.8295.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.68%
GREEN value IS 191 (75% from 255) = 44.32%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=26.68%
G=44.32%
B=29.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151911250.4000.350.25127.8937.2560
Hex73BF7D280231980253c
Octal16327717550043312004574
Binary111001110111111111110110100001000111100110000000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,191,125); }

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

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

 a { background-color: rgb(115,191,125); }

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

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

 span { border-color: rgb(115,191,125); }

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