Shades of Fern #70C07F
Tints of Fern #70C07F
RGB
CMYK
RGB Variations
Color information
#70C07F (or 0x70C07F) is known color: Fern. HEX triplet: 70, C0 and 7F. RGB value is (112,192,127). Sum of RGB (Red+Green+Blue) = 112+192+127=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #70C07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C07F is #8F3F80. Grayscale: #A0A0A0. Windows color (decimal): -9387905 or 8372336. OLE color: 8372336.
HSL color Cylindrical-coordinate representation of color #70C07F: hue angle of 131.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C07F is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 127 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.25 |
| HSL | 131.25º | 0.39% | 0.6% | - |
| HSV(B) | 131.25º | 0.42% | 0.75% | - |
| XYZ | 29.36 | 42.68 | 26.77 | - |
| YUV | 160.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 127 | 0.42 | 0 | 0.34 | 0.25 | 131.25 | 0.39 | 0.6 |
| Hex | 70 | C0 | 7F | 2A | 0 | 22 | 19 | 83 | 27 | 3C |
| Octal | 160 | 300 | 177 | 52 | 0 | 42 | 31 | 203 | 47 | 74 |
| Binary | 1110000 | 11000000 | 1111111 | 101010 | 0 | 100010 | 11001 | 10000011 | 100111 | 111100 |
Color Harmonies of #70C07F
Complementary color
Monochromatic Colors of #70C07F
Black with #70C07F
Text Example
Text Example
White with #70C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C07F; }
p { color: rgb(112,192,127); }
H1.HeaderClassName
{
color: #70C07F;
}
.AnyTagClassName
{
color: #70C07F;
}
</style>
background-color css
<style>
a { background-color: #70C07F; }
a { background-color: rgb(112,192,127); }
div.DivClassName
{
background-color: #70C07F;
}
.BgClassName
{
background-color: #70C07F;
}
</style>
border-color css
<style>
span { border-color: #70C07F; }
span { border-color: rgb(112,192,127); }
td.TdClassName
{
border-color: #70C07F;
}
.TagClassName
{
border-color: #70C07F;
}
</style>