Shades of Christi #70BC17
Tints of Christi #70BC17
RGB
CMYK
RGB Variations
Color information
#70BC17 (or 0x70BC17) is known color: Christi. HEX triplet: 70, BC and 17. RGB value is (112,188,23). Sum of RGB (Red+Green+Blue) = 112+188+23=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BC17 is #8F43E8. Grayscale: #939393. Windows color (decimal): -9389033 or 1555568. OLE color: 1555568.
HSL color Cylindrical-coordinate representation of color #70BC17: hue angle of 87.64º degrees, saturation: 0.78, 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 #70BC17 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 23 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.26 |
| HSL | 87.64º | 0.78% | 0.41% | - |
| HSV(B) | 87.64º | 0.88% | 0.74% | - |
| XYZ | 24.82 | 39.47 | 7.12 | - |
| YUV | 146.47 | 58.32 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 23 | 0.40 | 0 | 0.88 | 0.26 | 87.64 | 0.78 | 0.41 |
| Hex | 70 | BC | 17 | 28 | 0 | 58 | 1A | 58 | 4E | 29 |
| Octal | 160 | 274 | 27 | 50 | 0 | 130 | 32 | 130 | 116 | 51 |
| Binary | 1110000 | 10111100 | 10111 | 101000 | 0 | 1011000 | 11010 | 1011000 | 1001110 | 101001 |
Color Harmonies of #70BC17
Complementary color
Monochromatic Colors of #70BC17
Black with #70BC17
Text Example
Text Example
White with #70BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC17; }
p { color: rgb(112,188,23); }
H1.HeaderClassName
{
color: #70BC17;
}
.AnyTagClassName
{
color: #70BC17;
}
</style>
background-color css
<style>
a { background-color: #70BC17; }
a { background-color: rgb(112,188,23); }
div.DivClassName
{
background-color: #70BC17;
}
.BgClassName
{
background-color: #70BC17;
}
</style>
border-color css
<style>
span { border-color: #70BC17; }
span { border-color: rgb(112,188,23); }
td.TdClassName
{
border-color: #70BC17;
}
.TagClassName
{
border-color: #70BC17;
}
</style>