Shades of Christi #70C206
Tints of Christi #70C206
RGB
CMYK
RGB Variations
Color information
#70C206 (or 0x70C206) is known color: Christi. HEX triplet: 70, C2 and 06. RGB value is (112,194,6). Sum of RGB (Red+Green+Blue) = 112+194+6=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #70C206 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C206 is #8F3DF9. Grayscale: #949494. Windows color (decimal): -9387514 or 442992. OLE color: 442992.
HSL color Cylindrical-coordinate representation of color #70C206: hue angle of 86.17º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70C206 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 6 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.24 |
| HSL | 86.17º | 0.94% | 0.39% | - |
| HSV(B) | 86.17º | 0.97% | 0.76% | - |
| XYZ | 26.01 | 42.04 | 6.92 | - |
| YUV | 148.05 | 47.83 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 6 | 0.42 | 0 | 0.97 | 0.24 | 86.17 | 0.94 | 0.39 |
| Hex | 70 | C2 | 6 | 2A | 0 | 61 | 18 | 56 | 5E | 27 |
| Octal | 160 | 302 | 6 | 52 | 0 | 141 | 30 | 126 | 136 | 47 |
| Binary | 1110000 | 11000010 | 110 | 101010 | 0 | 1100001 | 11000 | 1010110 | 1011110 | 100111 |
Color Harmonies of #70C206
Complementary color
Monochromatic Colors of #70C206
Black with #70C206
Text Example
Text Example
White with #70C206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C206; }
p { color: rgb(112,194,6); }
H1.HeaderClassName
{
color: #70C206;
}
.AnyTagClassName
{
color: #70C206;
}
</style>
background-color css
<style>
a { background-color: #70C206; }
a { background-color: rgb(112,194,6); }
div.DivClassName
{
background-color: #70C206;
}
.BgClassName
{
background-color: #70C206;
}
</style>
border-color css
<style>
span { border-color: #70C206; }
span { border-color: rgb(112,194,6); }
td.TdClassName
{
border-color: #70C206;
}
.TagClassName
{
border-color: #70C206;
}
</style>