Shades of Christi #70BA10
Tints of Christi #70BA10
RGB
CMYK
RGB Variations
Color information
#70BA10 (or 0x70BA10) is known color: Christi. HEX triplet: 70, BA and 10. RGB value is (112,186,16). Sum of RGB (Red+Green+Blue) = 112+186+16=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BA10 is #8F45EF. Grayscale: #919191. Windows color (decimal): -9389552 or 1096304. OLE color: 1096304.
HSL color Cylindrical-coordinate representation of color #70BA10: hue angle of 86.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70BA10 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 16 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.27 |
| HSL | 86.12º | 0.84% | 0.4% | - |
| HSV(B) | 86.12º | 0.91% | 0.73% | - |
| XYZ | 24.33 | 38.6 | 6.66 | - |
| YUV | 144.49 | 55.48 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 16 | 0.40 | 0 | 0.91 | 0.27 | 86.12 | 0.84 | 0.4 |
| Hex | 70 | BA | 10 | 28 | 0 | 5B | 1B | 56 | 54 | 28 |
| Octal | 160 | 272 | 20 | 50 | 0 | 133 | 33 | 126 | 124 | 50 |
| Binary | 1110000 | 10111010 | 10000 | 101000 | 0 | 1011011 | 11011 | 1010110 | 1010100 | 101000 |
Color Harmonies of #70BA10
Complementary color
Monochromatic Colors of #70BA10
Black with #70BA10
Text Example
Text Example
White with #70BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA10; }
p { color: rgb(112,186,16); }
H1.HeaderClassName
{
color: #70BA10;
}
.AnyTagClassName
{
color: #70BA10;
}
</style>
background-color css
<style>
a { background-color: #70BA10; }
a { background-color: rgb(112,186,16); }
div.DivClassName
{
background-color: #70BA10;
}
.BgClassName
{
background-color: #70BA10;
}
</style>
border-color css
<style>
span { border-color: #70BA10; }
span { border-color: rgb(112,186,16); }
td.TdClassName
{
border-color: #70BA10;
}
.TagClassName
{
border-color: #70BA10;
}
</style>