Shades of Fern #70BF7A
Tints of Fern #70BF7A
RGB
CMYK
RGB Variations
Color information
#70BF7A (or 0x70BF7A) is known color: Fern. HEX triplet: 70, BF and 7A. RGB value is (112,191,122). Sum of RGB (Red+Green+Blue) = 112+191+122=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF7A is #8F4085. Grayscale: #9F9F9F. Windows color (decimal): -9388166 or 8044400. OLE color: 8044400.
HSL color Cylindrical-coordinate representation of color #70BF7A: hue angle of 127.59º 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 #70BF7A is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 122 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.25 |
| HSL | 127.59º | 0.38% | 0.59% | - |
| HSV(B) | 127.59º | 0.41% | 0.75% | - |
| XYZ | 28.83 | 42.11 | 25.02 | - |
| YUV | 159.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 122 | 0.41 | 0 | 0.36 | 0.25 | 127.59 | 0.38 | 0.59 |
| Hex | 70 | BF | 7A | 29 | 0 | 24 | 19 | 80 | 26 | 3B |
| Octal | 160 | 277 | 172 | 51 | 0 | 44 | 31 | 200 | 46 | 73 |
| Binary | 1110000 | 10111111 | 1111010 | 101001 | 0 | 100100 | 11001 | 10000000 | 100110 | 111011 |
Color Harmonies of #70BF7A
Complementary color
Monochromatic Colors of #70BF7A
Black with #70BF7A
Text Example
Text Example
White with #70BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BF7A; }
p { color: rgb(112,191,122); }
H1.HeaderClassName
{
color: #70BF7A;
}
.AnyTagClassName
{
color: #70BF7A;
}
</style>
background-color css
<style>
a { background-color: #70BF7A; }
a { background-color: rgb(112,191,122); }
div.DivClassName
{
background-color: #70BF7A;
}
.BgClassName
{
background-color: #70BF7A;
}
</style>
border-color css
<style>
span { border-color: #70BF7A; }
span { border-color: rgb(112,191,122); }
td.TdClassName
{
border-color: #70BF7A;
}
.TagClassName
{
border-color: #70BF7A;
}
</style>