Shades of Christi #70BA11
Tints of Christi #70BA11
RGB
CMYK
RGB Variations
Color information
#70BA11 (or 0x70BA11) is known color: Christi. HEX triplet: 70, BA and 11. RGB value is (112,186,17). Sum of RGB (Red+Green+Blue) = 112+186+17=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BA11 is #8F45EE. Grayscale: #919191. Windows color (decimal): -9389551 or 1161840. OLE color: 1161840.
HSL color Cylindrical-coordinate representation of color #70BA11: hue angle of 86.27º degrees, saturation: 0.83, 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 #70BA11 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 17 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.27 |
| HSL | 86.27º | 0.83% | 0.4% | - |
| HSV(B) | 86.27º | 0.91% | 0.73% | - |
| XYZ | 24.34 | 38.6 | 6.7 | - |
| YUV | 144.61 | 55.98 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 17 | 0.40 | 0 | 0.91 | 0.27 | 86.27 | 0.83 | 0.4 |
| Hex | 70 | BA | 11 | 28 | 0 | 5B | 1B | 56 | 53 | 28 |
| Octal | 160 | 272 | 21 | 50 | 0 | 133 | 33 | 126 | 123 | 50 |
| Binary | 1110000 | 10111010 | 10001 | 101000 | 0 | 1011011 | 11011 | 1010110 | 1010011 | 101000 |
Color Harmonies of #70BA11
Complementary color
Monochromatic Colors of #70BA11
Black with #70BA11
Text Example
Text Example
White with #70BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA11; }
p { color: rgb(112,186,17); }
H1.HeaderClassName
{
color: #70BA11;
}
.AnyTagClassName
{
color: #70BA11;
}
</style>
background-color css
<style>
a { background-color: #70BA11; }
a { background-color: rgb(112,186,17); }
div.DivClassName
{
background-color: #70BA11;
}
.BgClassName
{
background-color: #70BA11;
}
</style>
border-color css
<style>
span { border-color: #70BA11; }
span { border-color: rgb(112,186,17); }
td.TdClassName
{
border-color: #70BA11;
}
.TagClassName
{
border-color: #70BA11;
}
</style>