Shades of Christi #70BC00
Tints of Christi #70BC00
RGB
CMYK
RGB Variations
Color information
#70BC00 (or 0x70BC00) is known color: Christi. HEX triplet: 70, BC and 00. RGB value is (112,188,0). Sum of RGB (Red+Green+Blue) = 112+188+0=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BC00 is #8F43FF. Grayscale: #909090. Windows color (decimal): -9389056 or 48240. OLE color: 48240.
HSL color Cylindrical-coordinate representation of color #70BC00: hue angle of 84.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70BC00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.26 |
| HSL | 84.26º | 1% | 0.37% | - |
| HSV(B) | 84.26º | 1% | 0.74% | - |
| XYZ | 24.67 | 39.41 | 6.31 | - |
| YUV | 143.84 | 46.82 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 0 | 0.40 | 0 | 1 | 0.26 | 84.26 | 1 | 0.37 |
| Hex | 70 | BC | 0 | 28 | 0 | 64 | 1A | 54 | 64 | 25 |
| Octal | 160 | 274 | 0 | 50 | 0 | 144 | 32 | 124 | 144 | 45 |
| Binary | 1110000 | 10111100 | 0 | 101000 | 0 | 1100100 | 11010 | 1010100 | 1100100 | 100101 |
Color Harmonies of #70BC00
Complementary color
Monochromatic Colors of #70BC00
Black with #70BC00
Text Example
Text Example
White with #70BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC00; }
p { color: rgb(112,188,0); }
H1.HeaderClassName
{
color: #70BC00;
}
.AnyTagClassName
{
color: #70BC00;
}
</style>
background-color css
<style>
a { background-color: #70BC00; }
a { background-color: rgb(112,188,0); }
div.DivClassName
{
background-color: #70BC00;
}
.BgClassName
{
background-color: #70BC00;
}
</style>
border-color css
<style>
span { border-color: #70BC00; }
span { border-color: rgb(112,188,0); }
td.TdClassName
{
border-color: #70BC00;
}
.TagClassName
{
border-color: #70BC00;
}
</style>