Shades of Fern #73BE7E
Tints of Fern #73BE7E
RGB
CMYK
RGB Variations
Color information
#73BE7E (or 0x73BE7E) is known color: Fern. HEX triplet: 73, BE and 7E. RGB value is (115,190,126). Sum of RGB (Red+Green+Blue) = 115+190+126=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BE7E is #8C4181. Grayscale: #A0A0A0. Windows color (decimal): -9191810 or 8306291. OLE color: 8306291.
HSL color Cylindrical-coordinate representation of color #73BE7E: hue angle of 128.8º 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 #73BE7E is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 126 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.25 |
| HSL | 128.8º | 0.37% | 0.6% | - |
| HSV(B) | 128.8º | 0.39% | 0.75% | - |
| XYZ | 29.25 | 41.98 | 26.3 | - |
| YUV | 160.28 | 108.65 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 126 | 0.39 | 0 | 0.34 | 0.25 | 128.8 | 0.37 | 0.6 |
| Hex | 73 | BE | 7E | 27 | 0 | 22 | 19 | 81 | 25 | 3C |
| Octal | 163 | 276 | 176 | 47 | 0 | 42 | 31 | 201 | 45 | 74 |
| Binary | 1110011 | 10111110 | 1111110 | 100111 | 0 | 100010 | 11001 | 10000001 | 100101 | 111100 |
Color Harmonies of #73BE7E
Complementary color
Monochromatic Colors of #73BE7E
Black with #73BE7E
Text Example
Text Example
White with #73BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BE7E; }
p { color: rgb(115,190,126); }
H1.HeaderClassName
{
color: #73BE7E;
}
.AnyTagClassName
{
color: #73BE7E;
}
</style>
background-color css
<style>
a { background-color: #73BE7E; }
a { background-color: rgb(115,190,126); }
div.DivClassName
{
background-color: #73BE7E;
}
.BgClassName
{
background-color: #73BE7E;
}
</style>
border-color css
<style>
span { border-color: #73BE7E; }
span { border-color: rgb(115,190,126); }
td.TdClassName
{
border-color: #73BE7E;
}
.TagClassName
{
border-color: #73BE7E;
}
</style>