Shades of Christi #70D413
Tints of Christi #70D413
RGB
CMYK
RGB Variations
Color information
#70D413 (or 0x70D413) is known color: Christi. HEX triplet: 70, D4 and 13. RGB value is (112,212,19). Sum of RGB (Red+Green+Blue) = 112+212+19=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 212 (83.20% from 255 or 61.81% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 212 - color contains mainly: green. Hex color #70D413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D413 is #8F2BEC. Grayscale: #A0A0A0. Windows color (decimal): -9382893 or 1299568. OLE color: 1299568.
HSL color Cylindrical-coordinate representation of color #70D413: hue angle of 91.09º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70D413 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 212 | 19 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.17 |
| HSL | 91.09º | 0.84% | 0.45% | - |
| HSV(B) | 91.09º | 0.91% | 0.83% | - |
| XYZ | 30.34 | 50.58 | 8.78 | - |
| YUV | 160.1 | 48.37 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 212 | 19 | 0.47 | 0 | 0.91 | 0.17 | 91.09 | 0.84 | 0.45 |
| Hex | 70 | D4 | 13 | 2F | 0 | 5B | 11 | 5B | 54 | 2D |
| Octal | 160 | 324 | 23 | 57 | 0 | 133 | 21 | 133 | 124 | 55 |
| Binary | 1110000 | 11010100 | 10011 | 101111 | 0 | 1011011 | 10001 | 1011011 | 1010100 | 101101 |
Color Harmonies of #70D413
Complementary color
Monochromatic Colors of #70D413
Black with #70D413
Text Example
Text Example
White with #70D413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D413; }
p { color: rgb(112,212,19); }
H1.HeaderClassName
{
color: #70D413;
}
.AnyTagClassName
{
color: #70D413;
}
</style>
background-color css
<style>
a { background-color: #70D413; }
a { background-color: rgb(112,212,19); }
div.DivClassName
{
background-color: #70D413;
}
.BgClassName
{
background-color: #70D413;
}
</style>
border-color css
<style>
span { border-color: #70D413; }
span { border-color: rgb(112,212,19); }
td.TdClassName
{
border-color: #70D413;
}
.TagClassName
{
border-color: #70D413;
}
</style>