Shades of Fern #73BF73
Tints of Fern #73BF73
RGB
CMYK
RGB Variations
Color information
#73BF73 (or 0x73BF73) is known color: Fern. HEX triplet: 73, BF and 73. RGB value is (115,191,115). Sum of RGB (Red+Green+Blue) = 115+191+115=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF73 is #8C408C. Grayscale: #9F9F9F. Windows color (decimal): -9191565 or 7585651. OLE color: 7585651.
HSL color Cylindrical-coordinate representation of color #73BF73: hue angle of 120º 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 #73BF73 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 115 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.25 |
| HSL | 120º | 0.37% | 0.6% | - |
| HSV(B) | 120º | 0.4% | 0.75% | - |
| XYZ | 28.8 | 42.14 | 22.84 | - |
| YUV | 159.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 115 | 0.40 | 0 | 0.40 | 0.25 | 120 | 0.37 | 0.6 |
| Hex | 73 | BF | 73 | 28 | 0 | 28 | 19 | 78 | 25 | 3C |
| Octal | 163 | 277 | 163 | 50 | 0 | 50 | 31 | 170 | 45 | 74 |
| Binary | 1110011 | 10111111 | 1110011 | 101000 | 0 | 101000 | 11001 | 1111000 | 100101 | 111100 |
Color Harmonies of #73BF73
Complementary color
Monochromatic Colors of #73BF73
Black with #73BF73
Text Example
Text Example
White with #73BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BF73; }
p { color: rgb(115,191,115); }
H1.HeaderClassName
{
color: #73BF73;
}
.AnyTagClassName
{
color: #73BF73;
}
</style>
background-color css
<style>
a { background-color: #73BF73; }
a { background-color: rgb(115,191,115); }
div.DivClassName
{
background-color: #73BF73;
}
.BgClassName
{
background-color: #73BF73;
}
</style>
border-color css
<style>
span { border-color: #73BF73; }
span { border-color: rgb(115,191,115); }
td.TdClassName
{
border-color: #73BF73;
}
.TagClassName
{
border-color: #73BF73;
}
</style>