Shades of Fern #70BF7F
Tints of Fern #70BF7F
RGB
CMYK
RGB Variations
Color information
#70BF7F (or 0x70BF7F) is known color: Fern. HEX triplet: 70, BF and 7F. RGB value is (112,191,127). Sum of RGB (Red+Green+Blue) = 112+191+127=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF7F is #8F4080. Grayscale: #A0A0A0. Windows color (decimal): -9388161 or 8372080. OLE color: 8372080.
HSL color Cylindrical-coordinate representation of color #70BF7F: hue angle of 131.39º 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 #70BF7F is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 127 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.25 |
| HSL | 131.39º | 0.38% | 0.59% | - |
| HSV(B) | 131.39º | 0.41% | 0.75% | - |
| XYZ | 29.14 | 42.24 | 26.7 | - |
| YUV | 160.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 127 | 0.41 | 0 | 0.34 | 0.25 | 131.39 | 0.38 | 0.59 |
| Hex | 70 | BF | 7F | 29 | 0 | 22 | 19 | 83 | 26 | 3B |
| Octal | 160 | 277 | 177 | 51 | 0 | 42 | 31 | 203 | 46 | 73 |
| Binary | 1110000 | 10111111 | 1111111 | 101001 | 0 | 100010 | 11001 | 10000011 | 100110 | 111011 |
Color Harmonies of #70BF7F
Complementary color
Monochromatic Colors of #70BF7F
Black with #70BF7F
Text Example
Text Example
White with #70BF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BF7F; }
p { color: rgb(112,191,127); }
H1.HeaderClassName
{
color: #70BF7F;
}
.AnyTagClassName
{
color: #70BF7F;
}
</style>
background-color css
<style>
a { background-color: #70BF7F; }
a { background-color: rgb(112,191,127); }
div.DivClassName
{
background-color: #70BF7F;
}
.BgClassName
{
background-color: #70BF7F;
}
</style>
border-color css
<style>
span { border-color: #70BF7F; }
span { border-color: rgb(112,191,127); }
td.TdClassName
{
border-color: #70BF7F;
}
.TagClassName
{
border-color: #70BF7F;
}
</style>