Shades of Fern #73BE73
Tints of Fern #73BE73
RGB
CMYK
RGB Variations
Color information
#73BE73 (or 0x73BE73) is known color: Fern. HEX triplet: 73, BE and 73. RGB value is (115,190,115). Sum of RGB (Red+Green+Blue) = 115+190+115=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BE73 is #8C418C. Grayscale: #9F9F9F. Windows color (decimal): -9191821 or 7585395. OLE color: 7585395.
HSL color Cylindrical-coordinate representation of color #73BE73: 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.39%. Process color model (Four color, CMYK) of #73BE73 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 115 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.25 |
| HSL | 120º | 0.37% | 0.6% | - |
| HSV(B) | 120º | 0.39% | 0.75% | - |
| XYZ | 28.58 | 41.71 | 22.76 | - |
| YUV | 159.03 | 103.15 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 115 | 0.39 | 0 | 0.39 | 0.25 | 120 | 0.37 | 0.6 |
| Hex | 73 | BE | 73 | 27 | 0 | 27 | 19 | 78 | 25 | 3C |
| Octal | 163 | 276 | 163 | 47 | 0 | 47 | 31 | 170 | 45 | 74 |
| Binary | 1110011 | 10111110 | 1110011 | 100111 | 0 | 100111 | 11001 | 1111000 | 100101 | 111100 |
Color Harmonies of #73BE73
Complementary color
Monochromatic Colors of #73BE73
Black with #73BE73
Text Example
Text Example
White with #73BE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BE73; }
p { color: rgb(115,190,115); }
H1.HeaderClassName
{
color: #73BE73;
}
.AnyTagClassName
{
color: #73BE73;
}
</style>
background-color css
<style>
a { background-color: #73BE73; }
a { background-color: rgb(115,190,115); }
div.DivClassName
{
background-color: #73BE73;
}
.BgClassName
{
background-color: #73BE73;
}
</style>
border-color css
<style>
span { border-color: #73BE73; }
span { border-color: rgb(115,190,115); }
td.TdClassName
{
border-color: #73BE73;
}
.TagClassName
{
border-color: #73BE73;
}
</style>