Shades of Fern #70C57A
Tints of Fern #70C57A
RGB
CMYK
RGB Variations
Color information
#70C57A (or 0x70C57A) is known color: Fern. HEX triplet: 70, C5 and 7A. RGB value is (112,197,122). Sum of RGB (Red+Green+Blue) = 112+197+122=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #70C57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C57A is #8F3A85. Grayscale: #A3A3A3. Windows color (decimal): -9386630 or 8045936. OLE color: 8045936.
HSL color Cylindrical-coordinate representation of color #70C57A: hue angle of 127.06º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C57A is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 122 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.23 |
| HSL | 127.06º | 0.42% | 0.61% | - |
| HSV(B) | 127.06º | 0.43% | 0.77% | - |
| XYZ | 30.16 | 44.78 | 25.47 | - |
| YUV | 163.04 | 104.84 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 122 | 0.43 | 0 | 0.38 | 0.23 | 127.06 | 0.42 | 0.61 |
| Hex | 70 | C5 | 7A | 2B | 0 | 26 | 17 | 7F | 2A | 3D |
| Octal | 160 | 305 | 172 | 53 | 0 | 46 | 27 | 177 | 52 | 75 |
| Binary | 1110000 | 11000101 | 1111010 | 101011 | 0 | 100110 | 10111 | 1111111 | 101010 | 111101 |
Color Harmonies of #70C57A
Complementary color
Monochromatic Colors of #70C57A
Black with #70C57A
Text Example
Text Example
White with #70C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C57A; }
p { color: rgb(112,197,122); }
H1.HeaderClassName
{
color: #70C57A;
}
.AnyTagClassName
{
color: #70C57A;
}
</style>
background-color css
<style>
a { background-color: #70C57A; }
a { background-color: rgb(112,197,122); }
div.DivClassName
{
background-color: #70C57A;
}
.BgClassName
{
background-color: #70C57A;
}
</style>
border-color css
<style>
span { border-color: #70C57A; }
span { border-color: rgb(112,197,122); }
td.TdClassName
{
border-color: #70C57A;
}
.TagClassName
{
border-color: #70C57A;
}
</style>