Shades of Christi #70C914
Tints of Christi #70C914
RGB
CMYK
RGB Variations
Color information
#70C914 (or 0x70C914) is known color: Christi. HEX triplet: 70, C9 and 14. RGB value is (112,201,20). Sum of RGB (Red+Green+Blue) = 112+201+20=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #70C914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C914 is #8F36EB. Grayscale: #9A9A9A. Windows color (decimal): -9385708 or 1362288. OLE color: 1362288.
HSL color Cylindrical-coordinate representation of color #70C914: hue angle of 89.5º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70C914 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 20 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.21 |
| HSL | 89.5º | 0.82% | 0.43% | - |
| HSV(B) | 89.5º | 0.9% | 0.79% | - |
| XYZ | 27.7 | 45.27 | 7.94 | - |
| YUV | 153.76 | 52.51 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 20 | 0.44 | 0 | 0.90 | 0.21 | 89.5 | 0.82 | 0.43 |
| Hex | 70 | C9 | 14 | 2C | 0 | 5A | 15 | 5A | 52 | 2B |
| Octal | 160 | 311 | 24 | 54 | 0 | 132 | 25 | 132 | 122 | 53 |
| Binary | 1110000 | 11001001 | 10100 | 101100 | 0 | 1011010 | 10101 | 1011010 | 1010010 | 101011 |
Color Harmonies of #70C914
Complementary color
Monochromatic Colors of #70C914
Black with #70C914
Text Example
Text Example
White with #70C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C914; }
p { color: rgb(112,201,20); }
H1.HeaderClassName
{
color: #70C914;
}
.AnyTagClassName
{
color: #70C914;
}
</style>
background-color css
<style>
a { background-color: #70C914; }
a { background-color: rgb(112,201,20); }
div.DivClassName
{
background-color: #70C914;
}
.BgClassName
{
background-color: #70C914;
}
</style>
border-color css
<style>
span { border-color: #70C914; }
span { border-color: rgb(112,201,20); }
td.TdClassName
{
border-color: #70C914;
}
.TagClassName
{
border-color: #70C914;
}
</style>