Shades of Christi #70BC04
Tints of Christi #70BC04
RGB
CMYK
RGB Variations
Color information
#70BC04 (or 0x70BC04) is known color: Christi. HEX triplet: 70, BC and 04. RGB value is (112,188,4). Sum of RGB (Red+Green+Blue) = 112+188+4=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BC04 is #8F43FB. Grayscale: #909090. Windows color (decimal): -9389052 or 310384. OLE color: 310384.
HSL color Cylindrical-coordinate representation of color #70BC04: hue angle of 84.78º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70BC04 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 4 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.26 |
| HSL | 84.78º | 0.96% | 0.38% | - |
| HSV(B) | 84.78º | 0.98% | 0.74% | - |
| XYZ | 24.69 | 39.42 | 6.42 | - |
| YUV | 144.3 | 48.82 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 4 | 0.40 | 0 | 0.98 | 0.26 | 84.78 | 0.96 | 0.38 |
| Hex | 70 | BC | 4 | 28 | 0 | 62 | 1A | 55 | 60 | 26 |
| Octal | 160 | 274 | 4 | 50 | 0 | 142 | 32 | 125 | 140 | 46 |
| Binary | 1110000 | 10111100 | 100 | 101000 | 0 | 1100010 | 11010 | 1010101 | 1100000 | 100110 |
Color Harmonies of #70BC04
Complementary color
Monochromatic Colors of #70BC04
Black with #70BC04
Text Example
Text Example
White with #70BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC04; }
p { color: rgb(112,188,4); }
H1.HeaderClassName
{
color: #70BC04;
}
.AnyTagClassName
{
color: #70BC04;
}
</style>
background-color css
<style>
a { background-color: #70BC04; }
a { background-color: rgb(112,188,4); }
div.DivClassName
{
background-color: #70BC04;
}
.BgClassName
{
background-color: #70BC04;
}
</style>
border-color css
<style>
span { border-color: #70BC04; }
span { border-color: rgb(112,188,4); }
td.TdClassName
{
border-color: #70BC04;
}
.TagClassName
{
border-color: #70BC04;
}
</style>