Shades of Christi #70C50C
Tints of Christi #70C50C
RGB
CMYK
RGB Variations
Color information
#70C50C (or 0x70C50C) is known color: Christi. HEX triplet: 70, C5 and 0C. RGB value is (112,197,12). Sum of RGB (Red+Green+Blue) = 112+197+12=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #70C50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C50C is #8F3AF3. Grayscale: #979797. Windows color (decimal): -9386740 or 836976. OLE color: 836976.
HSL color Cylindrical-coordinate representation of color #70C50C: hue angle of 87.57º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70C50C is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 12 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.23 |
| HSL | 87.57º | 0.89% | 0.41% | - |
| HSV(B) | 87.57º | 0.94% | 0.77% | - |
| XYZ | 26.71 | 43.4 | 7.32 | - |
| YUV | 150.5 | 49.84 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 12 | 0.43 | 0 | 0.94 | 0.23 | 87.57 | 0.89 | 0.41 |
| Hex | 70 | C5 | C | 2B | 0 | 5E | 17 | 58 | 59 | 29 |
| Octal | 160 | 305 | 14 | 53 | 0 | 136 | 27 | 130 | 131 | 51 |
| Binary | 1110000 | 11000101 | 1100 | 101011 | 0 | 1011110 | 10111 | 1011000 | 1011001 | 101001 |
Color Harmonies of #70C50C
Complementary color
Monochromatic Colors of #70C50C
Black with #70C50C
Text Example
Text Example
White with #70C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C50C; }
p { color: rgb(112,197,12); }
H1.HeaderClassName
{
color: #70C50C;
}
.AnyTagClassName
{
color: #70C50C;
}
</style>
background-color css
<style>
a { background-color: #70C50C; }
a { background-color: rgb(112,197,12); }
div.DivClassName
{
background-color: #70C50C;
}
.BgClassName
{
background-color: #70C50C;
}
</style>
border-color css
<style>
span { border-color: #70C50C; }
span { border-color: rgb(112,197,12); }
td.TdClassName
{
border-color: #70C50C;
}
.TagClassName
{
border-color: #70C50C;
}
</style>