Shades of Christi #70BC12
Tints of Christi #70BC12
RGB
CMYK
RGB Variations
Color information
#70BC12 (or 0x70BC12) is known color: Christi. HEX triplet: 70, BC and 12. RGB value is (112,188,18). Sum of RGB (Red+Green+Blue) = 112+188+18=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BC12 is #8F43ED. Grayscale: #929292. Windows color (decimal): -9389038 or 1227888. OLE color: 1227888.
HSL color Cylindrical-coordinate representation of color #70BC12: hue angle of 86.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70BC12 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 18 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.26 |
| HSL | 86.82º | 0.83% | 0.4% | - |
| HSV(B) | 86.82º | 0.9% | 0.74% | - |
| XYZ | 24.77 | 39.45 | 6.88 | - |
| YUV | 145.9 | 55.82 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 18 | 0.40 | 0 | 0.90 | 0.26 | 86.82 | 0.83 | 0.4 |
| Hex | 70 | BC | 12 | 28 | 0 | 5A | 1A | 57 | 53 | 28 |
| Octal | 160 | 274 | 22 | 50 | 0 | 132 | 32 | 127 | 123 | 50 |
| Binary | 1110000 | 10111100 | 10010 | 101000 | 0 | 1011010 | 11010 | 1010111 | 1010011 | 101000 |
Color Harmonies of #70BC12
Complementary color
Monochromatic Colors of #70BC12
Black with #70BC12
Text Example
Text Example
White with #70BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC12; }
p { color: rgb(112,188,18); }
H1.HeaderClassName
{
color: #70BC12;
}
.AnyTagClassName
{
color: #70BC12;
}
</style>
background-color css
<style>
a { background-color: #70BC12; }
a { background-color: rgb(112,188,18); }
div.DivClassName
{
background-color: #70BC12;
}
.BgClassName
{
background-color: #70BC12;
}
</style>
border-color css
<style>
span { border-color: #70BC12; }
span { border-color: rgb(112,188,18); }
td.TdClassName
{
border-color: #70BC12;
}
.TagClassName
{
border-color: #70BC12;
}
</style>