Shades of Fern #70C269
Tints of Fern #70C269
RGB
CMYK
RGB Variations
Color information
#70C269 (or 0x70C269) is known color: Fern. HEX triplet: 70, C2 and 69. RGB value is (112,194,105). Sum of RGB (Red+Green+Blue) = 112+194+105=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #70C269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C269 is #8F3D96. Grayscale: #9F9F9F. Windows color (decimal): -9387415 or 6931056. OLE color: 6931056.
HSL color Cylindrical-coordinate representation of color #70C269: hue angle of 115.28º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70C269 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 105 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.24 |
| HSL | 115.28º | 0.42% | 0.59% | - |
| HSV(B) | 115.28º | 0.46% | 0.76% | - |
| XYZ | 28.52 | 43.05 | 20.17 | - |
| YUV | 159.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 105 | 0.42 | 0 | 0.46 | 0.24 | 115.28 | 0.42 | 0.59 |
| Hex | 70 | C2 | 69 | 2A | 0 | 2E | 18 | 73 | 2A | 3B |
| Octal | 160 | 302 | 151 | 52 | 0 | 56 | 30 | 163 | 52 | 73 |
| Binary | 1110000 | 11000010 | 1101001 | 101010 | 0 | 101110 | 11000 | 1110011 | 101010 | 111011 |
Color Harmonies of #70C269
Complementary color
Monochromatic Colors of #70C269
Black with #70C269
Text Example
Text Example
White with #70C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C269; }
p { color: rgb(112,194,105); }
H1.HeaderClassName
{
color: #70C269;
}
.AnyTagClassName
{
color: #70C269;
}
</style>
background-color css
<style>
a { background-color: #70C269; }
a { background-color: rgb(112,194,105); }
div.DivClassName
{
background-color: #70C269;
}
.BgClassName
{
background-color: #70C269;
}
</style>
border-color css
<style>
span { border-color: #70C269; }
span { border-color: rgb(112,194,105); }
td.TdClassName
{
border-color: #70C269;
}
.TagClassName
{
border-color: #70C269;
}
</style>