Shades of Christi #70D316
Tints of Christi #70D316
RGB
CMYK
RGB Variations
Color information
#70D316 (or 0x70D316) is known color: Christi. HEX triplet: 70, D3 and 16. RGB value is (112,211,22). Sum of RGB (Red+Green+Blue) = 112+211+22=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 211 (82.81% from 255 or 61.16% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 211 - color contains mainly: green. Hex color #70D316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D316 is #8F2CE9. Grayscale: #A0A0A0. Windows color (decimal): -9383146 or 1495920. OLE color: 1495920.
HSL color Cylindrical-coordinate representation of color #70D316: hue angle of 91.43º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70D316 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 22 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.17 |
| HSL | 91.43º | 0.81% | 0.46% | - |
| HSV(B) | 91.43º | 0.9% | 0.83% | - |
| XYZ | 30.12 | 50.09 | 8.84 | - |
| YUV | 159.85 | 50.2 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 22 | 0.47 | 0 | 0.90 | 0.17 | 91.43 | 0.81 | 0.46 |
| Hex | 70 | D3 | 16 | 2F | 0 | 5A | 11 | 5B | 51 | 2E |
| Octal | 160 | 323 | 26 | 57 | 0 | 132 | 21 | 133 | 121 | 56 |
| Binary | 1110000 | 11010011 | 10110 | 101111 | 0 | 1011010 | 10001 | 1011011 | 1010001 | 101110 |
Color Harmonies of #70D316
Complementary color
Monochromatic Colors of #70D316
Black with #70D316
Text Example
Text Example
White with #70D316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D316; }
p { color: rgb(112,211,22); }
H1.HeaderClassName
{
color: #70D316;
}
.AnyTagClassName
{
color: #70D316;
}
</style>
background-color css
<style>
a { background-color: #70D316; }
a { background-color: rgb(112,211,22); }
div.DivClassName
{
background-color: #70D316;
}
.BgClassName
{
background-color: #70D316;
}
</style>
border-color css
<style>
span { border-color: #70D316; }
span { border-color: rgb(112,211,22); }
td.TdClassName
{
border-color: #70D316;
}
.TagClassName
{
border-color: #70D316;
}
</style>