Shades of Fern #70C774
Tints of Fern #70C774
RGB
CMYK
RGB Variations
Color information
#70C774 (or 0x70C774) is known color: Fern. HEX triplet: 70, C7 and 74. RGB value is (112,199,116). Sum of RGB (Red+Green+Blue) = 112+199+116=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 199 - color contains mainly: green. Hex color #70C774 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C774 is #8F388B. Grayscale: #A3A3A3. Windows color (decimal): -9386124 or 7653232. OLE color: 7653232.
HSL color Cylindrical-coordinate representation of color #70C774: hue angle of 122.76º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C774 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 199 | 116 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.22 |
| HSL | 122.76º | 0.44% | 0.61% | - |
| HSV(B) | 122.76º | 0.44% | 0.78% | - |
| XYZ | 30.26 | 45.55 | 23.72 | - |
| YUV | 163.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 116 | 0.44 | 0 | 0.42 | 0.22 | 122.76 | 0.44 | 0.61 |
| Hex | 70 | C7 | 74 | 2C | 0 | 2A | 16 | 7B | 2C | 3D |
| Octal | 160 | 307 | 164 | 54 | 0 | 52 | 26 | 173 | 54 | 75 |
| Binary | 1110000 | 11000111 | 1110100 | 101100 | 0 | 101010 | 10110 | 1111011 | 101100 | 111101 |
Color Harmonies of #70C774
Complementary color
Monochromatic Colors of #70C774
Black with #70C774
Text Example
Text Example
White with #70C774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C774; }
p { color: rgb(112,199,116); }
H1.HeaderClassName
{
color: #70C774;
}
.AnyTagClassName
{
color: #70C774;
}
</style>
background-color css
<style>
a { background-color: #70C774; }
a { background-color: rgb(112,199,116); }
div.DivClassName
{
background-color: #70C774;
}
.BgClassName
{
background-color: #70C774;
}
</style>
border-color css
<style>
span { border-color: #70C774; }
span { border-color: rgb(112,199,116); }
td.TdClassName
{
border-color: #70C774;
}
.TagClassName
{
border-color: #70C774;
}
</style>