Shades of Christi #70C700
Tints of Christi #70C700
RGB
CMYK
RGB Variations
Color information
#70C700 (or 0x70C700) is known color: Christi. HEX triplet: 70, C7 and 00. RGB value is (112,199,0). Sum of RGB (Red+Green+Blue) = 112+199+0=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 199 (78.12% from 255 or 63.99% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 199 - color contains mainly: green. Hex color #70C700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C700 is #8F38FF. Grayscale: #979797. Windows color (decimal): -9386240 or 51056. OLE color: 51056.
HSL color Cylindrical-coordinate representation of color #70C700: hue angle of 86.23º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70C700 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 199 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.22 |
| HSL | 86.23º | 1% | 0.39% | - |
| HSV(B) | 86.23º | 1% | 0.78% | - |
| XYZ | 27.11 | 44.29 | 7.12 | - |
| YUV | 150.3 | 43.18 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 0 | 0.44 | 0 | 1 | 0.22 | 86.23 | 1 | 0.39 |
| Hex | 70 | C7 | 0 | 2C | 0 | 64 | 16 | 56 | 64 | 27 |
| Octal | 160 | 307 | 0 | 54 | 0 | 144 | 26 | 126 | 144 | 47 |
| Binary | 1110000 | 11000111 | 0 | 101100 | 0 | 1100100 | 10110 | 1010110 | 1100100 | 100111 |
Color Harmonies of #70C700
Complementary color
Monochromatic Colors of #70C700
Black with #70C700
Text Example
Text Example
White with #70C700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C700; }
p { color: rgb(112,199,0); }
H1.HeaderClassName
{
color: #70C700;
}
.AnyTagClassName
{
color: #70C700;
}
</style>
background-color css
<style>
a { background-color: #70C700; }
a { background-color: rgb(112,199,0); }
div.DivClassName
{
background-color: #70C700;
}
.BgClassName
{
background-color: #70C700;
}
</style>
border-color css
<style>
span { border-color: #70C700; }
span { border-color: rgb(112,199,0); }
td.TdClassName
{
border-color: #70C700;
}
.TagClassName
{
border-color: #70C700;
}
</style>