Shades of Christi #70C516
Tints of Christi #70C516
RGB
CMYK
RGB Variations
Color information
#70C516 (or 0x70C516) is known color: Christi. HEX triplet: 70, C5 and 16. RGB value is (112,197,22). Sum of RGB (Red+Green+Blue) = 112+197+22=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #70C516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C516 is #8F3AE9. Grayscale: #989898. Windows color (decimal): -9386730 or 1492336. OLE color: 1492336.
HSL color Cylindrical-coordinate representation of color #70C516: hue angle of 89.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70C516 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 22 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.23 |
| HSL | 89.14º | 0.8% | 0.43% | - |
| HSV(B) | 89.14º | 0.89% | 0.77% | - |
| XYZ | 26.79 | 43.44 | 7.73 | - |
| YUV | 151.64 | 54.84 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 22 | 0.43 | 0 | 0.89 | 0.23 | 89.14 | 0.8 | 0.43 |
| Hex | 70 | C5 | 16 | 2B | 0 | 59 | 17 | 59 | 50 | 2B |
| Octal | 160 | 305 | 26 | 53 | 0 | 131 | 27 | 131 | 120 | 53 |
| Binary | 1110000 | 11000101 | 10110 | 101011 | 0 | 1011001 | 10111 | 1011001 | 1010000 | 101011 |
Color Harmonies of #70C516
Complementary color
Monochromatic Colors of #70C516
Black with #70C516
Text Example
Text Example
White with #70C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C516; }
p { color: rgb(112,197,22); }
H1.HeaderClassName
{
color: #70C516;
}
.AnyTagClassName
{
color: #70C516;
}
</style>
background-color css
<style>
a { background-color: #70C516; }
a { background-color: rgb(112,197,22); }
div.DivClassName
{
background-color: #70C516;
}
.BgClassName
{
background-color: #70C516;
}
</style>
border-color css
<style>
span { border-color: #70C516; }
span { border-color: rgb(112,197,22); }
td.TdClassName
{
border-color: #70C516;
}
.TagClassName
{
border-color: #70C516;
}
</style>