Shades of Christi #70BC16
Tints of Christi #70BC16
RGB
CMYK
RGB Variations
Color information
#70BC16 (or 0x70BC16) is known color: Christi. HEX triplet: 70, BC and 16. RGB value is (112,188,22). Sum of RGB (Red+Green+Blue) = 112+188+22=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BC16 is #8F43E9. Grayscale: #929292. Windows color (decimal): -9389034 or 1490032. OLE color: 1490032.
HSL color Cylindrical-coordinate representation of color #70BC16: hue angle of 87.47º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70BC16 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 22 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.26 |
| HSL | 87.47º | 0.79% | 0.41% | - |
| HSV(B) | 87.47º | 0.88% | 0.74% | - |
| XYZ | 24.81 | 39.47 | 7.07 | - |
| YUV | 146.35 | 57.82 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 22 | 0.40 | 0 | 0.88 | 0.26 | 87.47 | 0.79 | 0.41 |
| Hex | 70 | BC | 16 | 28 | 0 | 58 | 1A | 57 | 4F | 29 |
| Octal | 160 | 274 | 26 | 50 | 0 | 130 | 32 | 127 | 117 | 51 |
| Binary | 1110000 | 10111100 | 10110 | 101000 | 0 | 1011000 | 11010 | 1010111 | 1001111 | 101001 |
Color Harmonies of #70BC16
Complementary color
Monochromatic Colors of #70BC16
Black with #70BC16
Text Example
Text Example
White with #70BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC16; }
p { color: rgb(112,188,22); }
H1.HeaderClassName
{
color: #70BC16;
}
.AnyTagClassName
{
color: #70BC16;
}
</style>
background-color css
<style>
a { background-color: #70BC16; }
a { background-color: rgb(112,188,22); }
div.DivClassName
{
background-color: #70BC16;
}
.BgClassName
{
background-color: #70BC16;
}
</style>
border-color css
<style>
span { border-color: #70BC16; }
span { border-color: rgb(112,188,22); }
td.TdClassName
{
border-color: #70BC16;
}
.TagClassName
{
border-color: #70BC16;
}
</style>