Shades of Christi #70BA14
Tints of Christi #70BA14
RGB
CMYK
RGB Variations
Color information
#70BA14 (or 0x70BA14) is known color: Christi. HEX triplet: 70, BA and 14. RGB value is (112,186,20). Sum of RGB (Red+Green+Blue) = 112+186+20=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BA14 is #8F45EB. Grayscale: #919191. Windows color (decimal): -9389548 or 1358448. OLE color: 1358448.
HSL color Cylindrical-coordinate representation of color #70BA14: hue angle of 86.75º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70BA14 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 20 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.27 |
| HSL | 86.75º | 0.81% | 0.4% | - |
| HSV(B) | 86.75º | 0.89% | 0.73% | - |
| XYZ | 24.37 | 38.61 | 6.83 | - |
| YUV | 144.95 | 57.48 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 20 | 0.40 | 0 | 0.89 | 0.27 | 86.75 | 0.81 | 0.4 |
| Hex | 70 | BA | 14 | 28 | 0 | 59 | 1B | 57 | 51 | 28 |
| Octal | 160 | 272 | 24 | 50 | 0 | 131 | 33 | 127 | 121 | 50 |
| Binary | 1110000 | 10111010 | 10100 | 101000 | 0 | 1011001 | 11011 | 1010111 | 1010001 | 101000 |
Color Harmonies of #70BA14
Complementary color
Monochromatic Colors of #70BA14
Black with #70BA14
Text Example
Text Example
White with #70BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA14; }
p { color: rgb(112,186,20); }
H1.HeaderClassName
{
color: #70BA14;
}
.AnyTagClassName
{
color: #70BA14;
}
</style>
background-color css
<style>
a { background-color: #70BA14; }
a { background-color: rgb(112,186,20); }
div.DivClassName
{
background-color: #70BA14;
}
.BgClassName
{
background-color: #70BA14;
}
</style>
border-color css
<style>
span { border-color: #70BA14; }
span { border-color: rgb(112,186,20); }
td.TdClassName
{
border-color: #70BA14;
}
.TagClassName
{
border-color: #70BA14;
}
</style>