Shades of Christi #70BA05
Tints of Christi #70BA05
RGB
CMYK
RGB Variations
Color information
#70BA05 (or 0x70BA05) is known color: Christi. HEX triplet: 70, BA and 05. RGB value is (112,186,5). Sum of RGB (Red+Green+Blue) = 112+186+5=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BA05 is #8F45FA. Grayscale: #8F8F8F. Windows color (decimal): -9389563 or 375408. OLE color: 375408.
HSL color Cylindrical-coordinate representation of color #70BA05: hue angle of 84.53º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70BA05 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 5 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.27 |
| HSL | 84.53º | 0.95% | 0.37% | - |
| HSV(B) | 84.53º | 0.97% | 0.73% | - |
| XYZ | 24.27 | 38.57 | 6.31 | - |
| YUV | 143.24 | 49.98 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 5 | 0.40 | 0 | 0.97 | 0.27 | 84.53 | 0.95 | 0.37 |
| Hex | 70 | BA | 5 | 28 | 0 | 61 | 1B | 55 | 5F | 25 |
| Octal | 160 | 272 | 5 | 50 | 0 | 141 | 33 | 125 | 137 | 45 |
| Binary | 1110000 | 10111010 | 101 | 101000 | 0 | 1100001 | 11011 | 1010101 | 1011111 | 100101 |
Color Harmonies of #70BA05
Complementary color
Monochromatic Colors of #70BA05
Black with #70BA05
Text Example
Text Example
White with #70BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA05; }
p { color: rgb(112,186,5); }
H1.HeaderClassName
{
color: #70BA05;
}
.AnyTagClassName
{
color: #70BA05;
}
</style>
background-color css
<style>
a { background-color: #70BA05; }
a { background-color: rgb(112,186,5); }
div.DivClassName
{
background-color: #70BA05;
}
.BgClassName
{
background-color: #70BA05;
}
</style>
border-color css
<style>
span { border-color: #70BA05; }
span { border-color: rgb(112,186,5); }
td.TdClassName
{
border-color: #70BA05;
}
.TagClassName
{
border-color: #70BA05;
}
</style>