Shades of Fern #73BC73
Tints of Fern #73BC73
RGB
CMYK
RGB Variations
Color information
#73BC73 (or 0x73BC73) is known color: Fern. HEX triplet: 73, BC and 73. RGB value is (115,188,115). Sum of RGB (Red+Green+Blue) = 115+188+115=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BC73 is #8C438C. Grayscale: #9E9E9E. Windows color (decimal): -9192333 or 7584883. OLE color: 7584883.
HSL color Cylindrical-coordinate representation of color #73BC73: hue angle of 120º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BC73 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 115 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.26 |
| HSL | 120º | 0.35% | 0.59% | - |
| HSV(B) | 120º | 0.39% | 0.74% | - |
| XYZ | 28.15 | 40.85 | 22.62 | - |
| YUV | 157.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 115 | 0.39 | 0 | 0.39 | 0.26 | 120 | 0.35 | 0.59 |
| Hex | 73 | BC | 73 | 27 | 0 | 27 | 1A | 78 | 23 | 3B |
| Octal | 163 | 274 | 163 | 47 | 0 | 47 | 32 | 170 | 43 | 73 |
| Binary | 1110011 | 10111100 | 1110011 | 100111 | 0 | 100111 | 11010 | 1111000 | 100011 | 111011 |
Color Harmonies of #73BC73
Complementary color
Monochromatic Colors of #73BC73
Black with #73BC73
Text Example
Text Example
White with #73BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC73; }
p { color: rgb(115,188,115); }
H1.HeaderClassName
{
color: #73BC73;
}
.AnyTagClassName
{
color: #73BC73;
}
</style>
background-color css
<style>
a { background-color: #73BC73; }
a { background-color: rgb(115,188,115); }
div.DivClassName
{
background-color: #73BC73;
}
.BgClassName
{
background-color: #73BC73;
}
</style>
border-color css
<style>
span { border-color: #73BC73; }
span { border-color: rgb(115,188,115); }
td.TdClassName
{
border-color: #73BC73;
}
.TagClassName
{
border-color: #73BC73;
}
</style>