Shades of Christi #70D007
Tints of Christi #70D007
RGB
CMYK
RGB Variations
Color information
#70D007 (or 0x70D007) is known color: Christi. HEX triplet: 70, D0 and 07. RGB value is (112,208,7). Sum of RGB (Red+Green+Blue) = 112+208+7=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 208 (81.64% from 255 or 63.61% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 208 - color contains mainly: green. Hex color #70D007 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D007 is #8F2FF8. Grayscale: #9D9D9D. Windows color (decimal): -9383929 or 512112. OLE color: 512112.
HSL color Cylindrical-coordinate representation of color #70D007: hue angle of 88.66º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70D007 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 7 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.18 |
| HSL | 88.66º | 0.93% | 0.42% | - |
| HSV(B) | 88.66º | 0.97% | 0.82% | - |
| XYZ | 29.28 | 48.57 | 8.03 | - |
| YUV | 156.38 | 43.7 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 7 | 0.46 | 0 | 0.97 | 0.18 | 88.66 | 0.93 | 0.42 |
| Hex | 70 | D0 | 7 | 2E | 0 | 61 | 12 | 59 | 5D | 2A |
| Octal | 160 | 320 | 7 | 56 | 0 | 141 | 22 | 131 | 135 | 52 |
| Binary | 1110000 | 11010000 | 111 | 101110 | 0 | 1100001 | 10010 | 1011001 | 1011101 | 101010 |
Color Harmonies of #70D007
Complementary color
Monochromatic Colors of #70D007
Black with #70D007
Text Example
Text Example
White with #70D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D007; }
p { color: rgb(112,208,7); }
H1.HeaderClassName
{
color: #70D007;
}
.AnyTagClassName
{
color: #70D007;
}
</style>
background-color css
<style>
a { background-color: #70D007; }
a { background-color: rgb(112,208,7); }
div.DivClassName
{
background-color: #70D007;
}
.BgClassName
{
background-color: #70D007;
}
</style>
border-color css
<style>
span { border-color: #70D007; }
span { border-color: rgb(112,208,7); }
td.TdClassName
{
border-color: #70D007;
}
.TagClassName
{
border-color: #70D007;
}
</style>