Shades of Fern #70BF7E
Tints of Fern #70BF7E
RGB
CMYK
RGB Variations
Color information
#70BF7E (or 0x70BF7E) is known color: Fern. HEX triplet: 70, BF and 7E. RGB value is (112,191,126). Sum of RGB (Red+Green+Blue) = 112+191+126=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF7E is #8F4081. Grayscale: #A0A0A0. Windows color (decimal): -9388162 or 8306544. OLE color: 8306544.
HSL color Cylindrical-coordinate representation of color #70BF7E: hue angle of 130.63º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BF7E is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 126 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.25 |
| HSL | 130.63º | 0.38% | 0.59% | - |
| HSV(B) | 130.63º | 0.41% | 0.75% | - |
| XYZ | 29.08 | 42.21 | 26.35 | - |
| YUV | 159.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 126 | 0.41 | 0 | 0.34 | 0.25 | 130.63 | 0.38 | 0.59 |
| Hex | 70 | BF | 7E | 29 | 0 | 22 | 19 | 83 | 26 | 3B |
| Octal | 160 | 277 | 176 | 51 | 0 | 42 | 31 | 203 | 46 | 73 |
| Binary | 1110000 | 10111111 | 1111110 | 101001 | 0 | 100010 | 11001 | 10000011 | 100110 | 111011 |
Color Harmonies of #70BF7E
Complementary color
Monochromatic Colors of #70BF7E
Black with #70BF7E
Text Example
Text Example
White with #70BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BF7E; }
p { color: rgb(112,191,126); }
H1.HeaderClassName
{
color: #70BF7E;
}
.AnyTagClassName
{
color: #70BF7E;
}
</style>
background-color css
<style>
a { background-color: #70BF7E; }
a { background-color: rgb(112,191,126); }
div.DivClassName
{
background-color: #70BF7E;
}
.BgClassName
{
background-color: #70BF7E;
}
</style>
border-color css
<style>
span { border-color: #70BF7E; }
span { border-color: rgb(112,191,126); }
td.TdClassName
{
border-color: #70BF7E;
}
.TagClassName
{
border-color: #70BF7E;
}
</style>