Shades of Fern #70BF74
Tints of Fern #70BF74
RGB
CMYK
RGB Variations
Color information
#70BF74 (or 0x70BF74) is known color: Fern. HEX triplet: 70, BF and 74. RGB value is (112,191,116). Sum of RGB (Red+Green+Blue) = 112+191+116=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF74 is #8F408B. Grayscale: #9F9F9F. Windows color (decimal): -9388172 or 7651184. OLE color: 7651184.
HSL color Cylindrical-coordinate representation of color #70BF74: hue angle of 123.04º 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 #70BF74 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 116 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.25 |
| HSL | 123.04º | 0.38% | 0.59% | - |
| HSV(B) | 123.04º | 0.41% | 0.75% | - |
| XYZ | 28.47 | 41.97 | 23.12 | - |
| YUV | 158.83 | 103.83 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 116 | 0.41 | 0 | 0.39 | 0.25 | 123.04 | 0.38 | 0.59 |
| Hex | 70 | BF | 74 | 29 | 0 | 27 | 19 | 7B | 26 | 3B |
| Octal | 160 | 277 | 164 | 51 | 0 | 47 | 31 | 173 | 46 | 73 |
| Binary | 1110000 | 10111111 | 1110100 | 101001 | 0 | 100111 | 11001 | 1111011 | 100110 | 111011 |
Color Harmonies of #70BF74
Complementary color
Monochromatic Colors of #70BF74
Black with #70BF74
Text Example
Text Example
White with #70BF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BF74; }
p { color: rgb(112,191,116); }
H1.HeaderClassName
{
color: #70BF74;
}
.AnyTagClassName
{
color: #70BF74;
}
</style>
background-color css
<style>
a { background-color: #70BF74; }
a { background-color: rgb(112,191,116); }
div.DivClassName
{
background-color: #70BF74;
}
.BgClassName
{
background-color: #70BF74;
}
</style>
border-color css
<style>
span { border-color: #70BF74; }
span { border-color: rgb(112,191,116); }
td.TdClassName
{
border-color: #70BF74;
}
.TagClassName
{
border-color: #70BF74;
}
</style>