Shades of Christi #70C017
Tints of Christi #70C017
RGB
CMYK
RGB Variations
Color information
#70C017 (or 0x70C017) is known color: Christi. HEX triplet: 70, C0 and 17. RGB value is (112,192,23). Sum of RGB (Red+Green+Blue) = 112+192+23=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #70C017 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C017 is #8F3FE8. Grayscale: #959595. Windows color (decimal): -9388009 or 1556592. OLE color: 1556592.
HSL color Cylindrical-coordinate representation of color #70C017: hue angle of 88.4º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70C017 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 23 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.25 |
| HSL | 88.4º | 0.79% | 0.42% | - |
| HSV(B) | 88.4º | 0.88% | 0.75% | - |
| XYZ | 25.69 | 41.21 | 7.41 | - |
| YUV | 148.81 | 57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 23 | 0.42 | 0 | 0.88 | 0.25 | 88.4 | 0.79 | 0.42 |
| Hex | 70 | C0 | 17 | 2A | 0 | 58 | 19 | 58 | 4F | 2A |
| Octal | 160 | 300 | 27 | 52 | 0 | 130 | 31 | 130 | 117 | 52 |
| Binary | 1110000 | 11000000 | 10111 | 101010 | 0 | 1011000 | 11001 | 1011000 | 1001111 | 101010 |
Color Harmonies of #70C017
Complementary color
Monochromatic Colors of #70C017
Black with #70C017
Text Example
Text Example
White with #70C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C017; }
p { color: rgb(112,192,23); }
H1.HeaderClassName
{
color: #70C017;
}
.AnyTagClassName
{
color: #70C017;
}
</style>
background-color css
<style>
a { background-color: #70C017; }
a { background-color: rgb(112,192,23); }
div.DivClassName
{
background-color: #70C017;
}
.BgClassName
{
background-color: #70C017;
}
</style>
border-color css
<style>
span { border-color: #70C017; }
span { border-color: rgb(112,192,23); }
td.TdClassName
{
border-color: #70C017;
}
.TagClassName
{
border-color: #70C017;
}
</style>