Shades of Christi #70C815
Tints of Christi #70C815
RGB
CMYK
RGB Variations
Color information
#70C815 (or 0x70C815) is known color: Christi. HEX triplet: 70, C8 and 15. RGB value is (112,200,21). Sum of RGB (Red+Green+Blue) = 112+200+21=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #70C815 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C815 is #8F37EA. Grayscale: #999999. Windows color (decimal): -9385963 or 1427568. OLE color: 1427568.
HSL color Cylindrical-coordinate representation of color #70C815: hue angle of 89.5º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70C815 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 200 | 21 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.22 |
| HSL | 89.5º | 0.81% | 0.43% | - |
| HSV(B) | 89.5º | 0.9% | 0.78% | - |
| XYZ | 27.47 | 44.81 | 7.91 | - |
| YUV | 153.28 | 53.35 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 21 | 0.44 | 0 | 0.90 | 0.22 | 89.5 | 0.81 | 0.43 |
| Hex | 70 | C8 | 15 | 2C | 0 | 5A | 16 | 59 | 51 | 2B |
| Octal | 160 | 310 | 25 | 54 | 0 | 132 | 26 | 131 | 121 | 53 |
| Binary | 1110000 | 11001000 | 10101 | 101100 | 0 | 1011010 | 10110 | 1011001 | 1010001 | 101011 |
Color Harmonies of #70C815
Complementary color
Monochromatic Colors of #70C815
Black with #70C815
Text Example
Text Example
White with #70C815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C815; }
p { color: rgb(112,200,21); }
H1.HeaderClassName
{
color: #70C815;
}
.AnyTagClassName
{
color: #70C815;
}
</style>
background-color css
<style>
a { background-color: #70C815; }
a { background-color: rgb(112,200,21); }
div.DivClassName
{
background-color: #70C815;
}
.BgClassName
{
background-color: #70C815;
}
</style>
border-color css
<style>
span { border-color: #70C815; }
span { border-color: rgb(112,200,21); }
td.TdClassName
{
border-color: #70C815;
}
.TagClassName
{
border-color: #70C815;
}
</style>