Shades of Christi #70C015
Tints of Christi #70C015
RGB
CMYK
RGB Variations
Color information
#70C015 (or 0x70C015) is known color: Christi. HEX triplet: 70, C0 and 15. RGB value is (112,192,21). Sum of RGB (Red+Green+Blue) = 112+192+21=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #70C015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C015 is #8F3FEA. Grayscale: #959595. Windows color (decimal): -9388011 or 1425520. OLE color: 1425520.
HSL color Cylindrical-coordinate representation of color #70C015: hue angle of 88.07º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70C015 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 21 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.25 |
| HSL | 88.07º | 0.8% | 0.42% | - |
| HSV(B) | 88.07º | 0.89% | 0.75% | - |
| XYZ | 25.67 | 41.2 | 7.31 | - |
| YUV | 148.59 | 56 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 21 | 0.42 | 0 | 0.89 | 0.25 | 88.07 | 0.8 | 0.42 |
| Hex | 70 | C0 | 15 | 2A | 0 | 59 | 19 | 58 | 50 | 2A |
| Octal | 160 | 300 | 25 | 52 | 0 | 131 | 31 | 130 | 120 | 52 |
| Binary | 1110000 | 11000000 | 10101 | 101010 | 0 | 1011001 | 11001 | 1011000 | 1010000 | 101010 |
Color Harmonies of #70C015
Complementary color
Monochromatic Colors of #70C015
Black with #70C015
Text Example
Text Example
White with #70C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C015; }
p { color: rgb(112,192,21); }
H1.HeaderClassName
{
color: #70C015;
}
.AnyTagClassName
{
color: #70C015;
}
</style>
background-color css
<style>
a { background-color: #70C015; }
a { background-color: rgb(112,192,21); }
div.DivClassName
{
background-color: #70C015;
}
.BgClassName
{
background-color: #70C015;
}
</style>
border-color css
<style>
span { border-color: #70C015; }
span { border-color: rgb(112,192,21); }
td.TdClassName
{
border-color: #70C015;
}
.TagClassName
{
border-color: #70C015;
}
</style>