Shades of Fern #73BD73
Tints of Fern #73BD73
RGB
CMYK
RGB Variations
Color information
#73BD73 (or 0x73BD73) is known color: Fern. HEX triplet: 73, BD and 73. RGB value is (115,189,115). Sum of RGB (Red+Green+Blue) = 115+189+115=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD73 is #8C428C. Grayscale: #9E9E9E. Windows color (decimal): -9192077 or 7585139. OLE color: 7585139.
HSL color Cylindrical-coordinate representation of color #73BD73: hue angle of 120º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BD73 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 115 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.26 |
| HSL | 120º | 0.36% | 0.6% | - |
| HSV(B) | 120º | 0.39% | 0.74% | - |
| XYZ | 28.36 | 41.28 | 22.69 | - |
| YUV | 158.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 115 | 0.39 | 0 | 0.39 | 0.26 | 120 | 0.36 | 0.6 |
| Hex | 73 | BD | 73 | 27 | 0 | 27 | 1A | 78 | 24 | 3C |
| Octal | 163 | 275 | 163 | 47 | 0 | 47 | 32 | 170 | 44 | 74 |
| Binary | 1110011 | 10111101 | 1110011 | 100111 | 0 | 100111 | 11010 | 1111000 | 100100 | 111100 |
Color Harmonies of #73BD73
Complementary color
Monochromatic Colors of #73BD73
Black with #73BD73
Text Example
Text Example
White with #73BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD73; }
p { color: rgb(115,189,115); }
H1.HeaderClassName
{
color: #73BD73;
}
.AnyTagClassName
{
color: #73BD73;
}
</style>
background-color css
<style>
a { background-color: #73BD73; }
a { background-color: rgb(115,189,115); }
div.DivClassName
{
background-color: #73BD73;
}
.BgClassName
{
background-color: #73BD73;
}
</style>
border-color css
<style>
span { border-color: #73BD73; }
span { border-color: rgb(115,189,115); }
td.TdClassName
{
border-color: #73BD73;
}
.TagClassName
{
border-color: #73BD73;
}
</style>