Shades of Fern #70C17C
Tints of Fern #70C17C
RGB
CMYK
RGB Variations
Color information
#70C17C (or 0x70C17C) is known color: Fern. HEX triplet: 70, C1 and 7C. RGB value is (112,193,124). Sum of RGB (Red+Green+Blue) = 112+193+124=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #70C17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C17C is #8F3E83. Grayscale: #A1A1A1. Windows color (decimal): -9387652 or 8175984. OLE color: 8175984.
HSL color Cylindrical-coordinate representation of color #70C17C: hue angle of 128.89º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C17C is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 124 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.24 |
| HSL | 128.89º | 0.4% | 0.6% | - |
| HSV(B) | 128.89º | 0.42% | 0.76% | - |
| XYZ | 29.39 | 43.04 | 25.83 | - |
| YUV | 160.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 124 | 0.42 | 0 | 0.36 | 0.24 | 128.89 | 0.4 | 0.6 |
| Hex | 70 | C1 | 7C | 2A | 0 | 24 | 18 | 81 | 28 | 3C |
| Octal | 160 | 301 | 174 | 52 | 0 | 44 | 30 | 201 | 50 | 74 |
| Binary | 1110000 | 11000001 | 1111100 | 101010 | 0 | 100100 | 11000 | 10000001 | 101000 | 111100 |
Color Harmonies of #70C17C
Complementary color
Monochromatic Colors of #70C17C
Black with #70C17C
Text Example
Text Example
White with #70C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C17C; }
p { color: rgb(112,193,124); }
H1.HeaderClassName
{
color: #70C17C;
}
.AnyTagClassName
{
color: #70C17C;
}
</style>
background-color css
<style>
a { background-color: #70C17C; }
a { background-color: rgb(112,193,124); }
div.DivClassName
{
background-color: #70C17C;
}
.BgClassName
{
background-color: #70C17C;
}
</style>
border-color css
<style>
span { border-color: #70C17C; }
span { border-color: rgb(112,193,124); }
td.TdClassName
{
border-color: #70C17C;
}
.TagClassName
{
border-color: #70C17C;
}
</style>