Shades of Fern #70C57C
Tints of Fern #70C57C
RGB
CMYK
RGB Variations
Color information
#70C57C (or 0x70C57C) is known color: Fern. HEX triplet: 70, C5 and 7C. RGB value is (112,197,124). Sum of RGB (Red+Green+Blue) = 112+197+124=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #70C57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C57C is #8F3A83. Grayscale: #A3A3A3. Windows color (decimal): -9386628 or 8177008. OLE color: 8177008.
HSL color Cylindrical-coordinate representation of color #70C57C: hue angle of 128.47º 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 #70C57C is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 124 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.23 |
| HSL | 128.47º | 0.42% | 0.61% | - |
| HSV(B) | 128.47º | 0.43% | 0.77% | - |
| XYZ | 30.29 | 44.83 | 26.13 | - |
| YUV | 163.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 124 | 0.43 | 0 | 0.37 | 0.23 | 128.47 | 0.42 | 0.61 |
| Hex | 70 | C5 | 7C | 2B | 0 | 25 | 17 | 80 | 2A | 3D |
| Octal | 160 | 305 | 174 | 53 | 0 | 45 | 27 | 200 | 52 | 75 |
| Binary | 1110000 | 11000101 | 1111100 | 101011 | 0 | 100101 | 10111 | 10000000 | 101010 | 111101 |
Color Harmonies of #70C57C
Complementary color
Monochromatic Colors of #70C57C
Black with #70C57C
Text Example
Text Example
White with #70C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C57C; }
p { color: rgb(112,197,124); }
H1.HeaderClassName
{
color: #70C57C;
}
.AnyTagClassName
{
color: #70C57C;
}
</style>
background-color css
<style>
a { background-color: #70C57C; }
a { background-color: rgb(112,197,124); }
div.DivClassName
{
background-color: #70C57C;
}
.BgClassName
{
background-color: #70C57C;
}
</style>
border-color css
<style>
span { border-color: #70C57C; }
span { border-color: rgb(112,197,124); }
td.TdClassName
{
border-color: #70C57C;
}
.TagClassName
{
border-color: #70C57C;
}
</style>