Shades of Christi #70C013
Tints of Christi #70C013
RGB
CMYK
RGB Variations
Color information
#70C013 (or 0x70C013) is known color: Christi. HEX triplet: 70, C0 and 13. RGB value is (112,192,19). Sum of RGB (Red+Green+Blue) = 112+192+19=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #70C013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C013 is #8F3FEC. Grayscale: #949494. Windows color (decimal): -9388013 or 1294448. OLE color: 1294448.
HSL color Cylindrical-coordinate representation of color #70C013: hue angle of 87.75º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70C013 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 19 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.25 |
| HSL | 87.75º | 0.82% | 0.41% | - |
| HSV(B) | 87.75º | 0.9% | 0.75% | - |
| XYZ | 25.65 | 41.19 | 7.21 | - |
| YUV | 148.36 | 55 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 19 | 0.42 | 0 | 0.90 | 0.25 | 87.75 | 0.82 | 0.41 |
| Hex | 70 | C0 | 13 | 2A | 0 | 5A | 19 | 58 | 52 | 29 |
| Octal | 160 | 300 | 23 | 52 | 0 | 132 | 31 | 130 | 122 | 51 |
| Binary | 1110000 | 11000000 | 10011 | 101010 | 0 | 1011010 | 11001 | 1011000 | 1010010 | 101001 |
Color Harmonies of #70C013
Complementary color
Monochromatic Colors of #70C013
Black with #70C013
Text Example
Text Example
White with #70C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C013; }
p { color: rgb(112,192,19); }
H1.HeaderClassName
{
color: #70C013;
}
.AnyTagClassName
{
color: #70C013;
}
</style>
background-color css
<style>
a { background-color: #70C013; }
a { background-color: rgb(112,192,19); }
div.DivClassName
{
background-color: #70C013;
}
.BgClassName
{
background-color: #70C013;
}
</style>
border-color css
<style>
span { border-color: #70C013; }
span { border-color: rgb(112,192,19); }
td.TdClassName
{
border-color: #70C013;
}
.TagClassName
{
border-color: #70C013;
}
</style>