Shades of Christi #70D017
Tints of Christi #70D017
RGB
CMYK
RGB Variations
Color information
#70D017 (or 0x70D017) is known color: Christi. HEX triplet: 70, D0 and 17. RGB value is (112,208,23). Sum of RGB (Red+Green+Blue) = 112+208+23=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #70D017 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D017 is #8F2FE8. Grayscale: #9E9E9E. Windows color (decimal): -9383913 or 1560688. OLE color: 1560688.
HSL color Cylindrical-coordinate representation of color #70D017: hue angle of 91.14º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70D017 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 23 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.18 |
| HSL | 91.14º | 0.8% | 0.45% | - |
| HSV(B) | 91.14º | 0.89% | 0.82% | - |
| XYZ | 29.39 | 48.62 | 8.65 | - |
| YUV | 158.21 | 51.7 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 23 | 0.46 | 0 | 0.89 | 0.18 | 91.14 | 0.8 | 0.45 |
| Hex | 70 | D0 | 17 | 2E | 0 | 59 | 12 | 5B | 50 | 2D |
| Octal | 160 | 320 | 27 | 56 | 0 | 131 | 22 | 133 | 120 | 55 |
| Binary | 1110000 | 11010000 | 10111 | 101110 | 0 | 1011001 | 10010 | 1011011 | 1010000 | 101101 |
Color Harmonies of #70D017
Complementary color
Monochromatic Colors of #70D017
Black with #70D017
Text Example
Text Example
White with #70D017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D017; }
p { color: rgb(112,208,23); }
H1.HeaderClassName
{
color: #70D017;
}
.AnyTagClassName
{
color: #70D017;
}
</style>
background-color css
<style>
a { background-color: #70D017; }
a { background-color: rgb(112,208,23); }
div.DivClassName
{
background-color: #70D017;
}
.BgClassName
{
background-color: #70D017;
}
</style>
border-color css
<style>
span { border-color: #70D017; }
span { border-color: rgb(112,208,23); }
td.TdClassName
{
border-color: #70D017;
}
.TagClassName
{
border-color: #70D017;
}
</style>