Shades of Christi #70CA0C
Tints of Christi #70CA0C
RGB
CMYK
RGB Variations
Color information
#70CA0C (or 0x70CA0C) is known color: Christi. HEX triplet: 70, CA and 0C. RGB value is (112,202,12). Sum of RGB (Red+Green+Blue) = 112+202+12=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CA0C is #8F35F3. Grayscale: #9A9A9A. Windows color (decimal): -9385460 or 838256. OLE color: 838256.
HSL color Cylindrical-coordinate representation of color #70CA0C: hue angle of 88.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70CA0C is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 12 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.21 |
| HSL | 88.42º | 0.89% | 0.42% | - |
| HSV(B) | 88.42º | 0.94% | 0.79% | - |
| XYZ | 27.87 | 45.71 | 7.7 | - |
| YUV | 153.43 | 48.18 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 12 | 0.45 | 0 | 0.94 | 0.21 | 88.42 | 0.89 | 0.42 |
| Hex | 70 | CA | C | 2D | 0 | 5E | 15 | 58 | 59 | 2A |
| Octal | 160 | 312 | 14 | 55 | 0 | 136 | 25 | 130 | 131 | 52 |
| Binary | 1110000 | 11001010 | 1100 | 101101 | 0 | 1011110 | 10101 | 1011000 | 1011001 | 101010 |
Color Harmonies of #70CA0C
Complementary color
Monochromatic Colors of #70CA0C
Black with #70CA0C
Text Example
Text Example
White with #70CA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA0C; }
p { color: rgb(112,202,12); }
H1.HeaderClassName
{
color: #70CA0C;
}
.AnyTagClassName
{
color: #70CA0C;
}
</style>
background-color css
<style>
a { background-color: #70CA0C; }
a { background-color: rgb(112,202,12); }
div.DivClassName
{
background-color: #70CA0C;
}
.BgClassName
{
background-color: #70CA0C;
}
</style>
border-color css
<style>
span { border-color: #70CA0C; }
span { border-color: rgb(112,202,12); }
td.TdClassName
{
border-color: #70CA0C;
}
.TagClassName
{
border-color: #70CA0C;
}
</style>