Shades of Christi #70C718
Tints of Christi #70C718
RGB
CMYK
RGB Variations
Color information
#70C718 (or 0x70C718) is known color: Christi. HEX triplet: 70, C7 and 18. RGB value is (112,199,24). Sum of RGB (Red+Green+Blue) = 112+199+24=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 199 (78.12% from 255 or 59.40% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 199 - color contains mainly: green. Hex color #70C718 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C718 is #8F38E7. Grayscale: #999999. Windows color (decimal): -9386216 or 1623920. OLE color: 1623920.
HSL color Cylindrical-coordinate representation of color #70C718: hue angle of 89.83º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70C718 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 199 | 24 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.22 |
| HSL | 89.83º | 0.78% | 0.44% | - |
| HSV(B) | 89.83º | 0.88% | 0.78% | - |
| XYZ | 27.27 | 44.36 | 7.99 | - |
| YUV | 153.04 | 55.18 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 24 | 0.44 | 0 | 0.88 | 0.22 | 89.83 | 0.78 | 0.44 |
| Hex | 70 | C7 | 18 | 2C | 0 | 58 | 16 | 5A | 4E | 2C |
| Octal | 160 | 307 | 30 | 54 | 0 | 130 | 26 | 132 | 116 | 54 |
| Binary | 1110000 | 11000111 | 11000 | 101100 | 0 | 1011000 | 10110 | 1011010 | 1001110 | 101100 |
Color Harmonies of #70C718
Complementary color
Monochromatic Colors of #70C718
Black with #70C718
Text Example
Text Example
White with #70C718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C718; }
p { color: rgb(112,199,24); }
H1.HeaderClassName
{
color: #70C718;
}
.AnyTagClassName
{
color: #70C718;
}
</style>
background-color css
<style>
a { background-color: #70C718; }
a { background-color: rgb(112,199,24); }
div.DivClassName
{
background-color: #70C718;
}
.BgClassName
{
background-color: #70C718;
}
</style>
border-color css
<style>
span { border-color: #70C718; }
span { border-color: rgb(112,199,24); }
td.TdClassName
{
border-color: #70C718;
}
.TagClassName
{
border-color: #70C718;
}
</style>