Shades of Christi #70CA14
Tints of Christi #70CA14
RGB
CMYK
RGB Variations
Color information
#70CA14 (or 0x70CA14) is known color: Christi. HEX triplet: 70, CA and 14. RGB value is (112,202,20). Sum of RGB (Red+Green+Blue) = 112+202+20=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CA14 is #8F35EB. Grayscale: #9A9A9A. Windows color (decimal): -9385452 or 1362544. OLE color: 1362544.
HSL color Cylindrical-coordinate representation of color #70CA14: hue angle of 89.67º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70CA14 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 20 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.21 |
| HSL | 89.67º | 0.82% | 0.44% | - |
| HSV(B) | 89.67º | 0.9% | 0.79% | - |
| XYZ | 27.93 | 45.74 | 8.02 | - |
| YUV | 154.34 | 52.18 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 20 | 0.45 | 0 | 0.90 | 0.21 | 89.67 | 0.82 | 0.44 |
| Hex | 70 | CA | 14 | 2D | 0 | 5A | 15 | 5A | 52 | 2C |
| Octal | 160 | 312 | 24 | 55 | 0 | 132 | 25 | 132 | 122 | 54 |
| Binary | 1110000 | 11001010 | 10100 | 101101 | 0 | 1011010 | 10101 | 1011010 | 1010010 | 101100 |
Color Harmonies of #70CA14
Complementary color
Monochromatic Colors of #70CA14
Black with #70CA14
Text Example
Text Example
White with #70CA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA14; }
p { color: rgb(112,202,20); }
H1.HeaderClassName
{
color: #70CA14;
}
.AnyTagClassName
{
color: #70CA14;
}
</style>
background-color css
<style>
a { background-color: #70CA14; }
a { background-color: rgb(112,202,20); }
div.DivClassName
{
background-color: #70CA14;
}
.BgClassName
{
background-color: #70CA14;
}
</style>
border-color css
<style>
span { border-color: #70CA14; }
span { border-color: rgb(112,202,20); }
td.TdClassName
{
border-color: #70CA14;
}
.TagClassName
{
border-color: #70CA14;
}
</style>