Shades of Fern #73BC7E
Tints of Fern #73BC7E
RGB
CMYK
RGB Variations
Color information
#73BC7E (or 0x73BC7E) is known color: Fern. HEX triplet: 73, BC and 7E. RGB value is (115,188,126). Sum of RGB (Red+Green+Blue) = 115+188+126=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BC7E is #8C4381. Grayscale: #9F9F9F. Windows color (decimal): -9192322 or 8305779. OLE color: 8305779.
HSL color Cylindrical-coordinate representation of color #73BC7E: hue angle of 129.04º 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 #73BC7E is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 126 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.26 |
| HSL | 129.04º | 0.35% | 0.59% | - |
| HSV(B) | 129.04º | 0.39% | 0.74% | - |
| XYZ | 28.82 | 41.12 | 26.16 | - |
| YUV | 159.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 126 | 0.39 | 0 | 0.33 | 0.26 | 129.04 | 0.35 | 0.59 |
| Hex | 73 | BC | 7E | 27 | 0 | 21 | 1A | 81 | 23 | 3B |
| Octal | 163 | 274 | 176 | 47 | 0 | 41 | 32 | 201 | 43 | 73 |
| Binary | 1110011 | 10111100 | 1111110 | 100111 | 0 | 100001 | 11010 | 10000001 | 100011 | 111011 |
Color Harmonies of #73BC7E
Complementary color
Monochromatic Colors of #73BC7E
Black with #73BC7E
Text Example
Text Example
White with #73BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC7E; }
p { color: rgb(115,188,126); }
H1.HeaderClassName
{
color: #73BC7E;
}
.AnyTagClassName
{
color: #73BC7E;
}
</style>
background-color css
<style>
a { background-color: #73BC7E; }
a { background-color: rgb(115,188,126); }
div.DivClassName
{
background-color: #73BC7E;
}
.BgClassName
{
background-color: #73BC7E;
}
</style>
border-color css
<style>
span { border-color: #73BC7E; }
span { border-color: rgb(115,188,126); }
td.TdClassName
{
border-color: #73BC7E;
}
.TagClassName
{
border-color: #73BC7E;
}
</style>