Shades of Christi #70C10A
Tints of Christi #70C10A
RGB
CMYK
RGB Variations
Color information
#70C10A (or 0x70C10A) is known color: Christi. HEX triplet: 70, C1 and 0A. RGB value is (112,193,10). Sum of RGB (Red+Green+Blue) = 112+193+10=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #70C10A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C10A is #8F3EF5. Grayscale: #949494. Windows color (decimal): -9387766 or 704880. OLE color: 704880.
HSL color Cylindrical-coordinate representation of color #70C10A: hue angle of 86.56º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70C10A is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 10 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.24 |
| HSL | 86.56º | 0.9% | 0.4% | - |
| HSV(B) | 86.56º | 0.95% | 0.76% | - |
| XYZ | 25.81 | 41.61 | 6.96 | - |
| YUV | 147.92 | 50.16 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 10 | 0.42 | 0 | 0.95 | 0.24 | 86.56 | 0.9 | 0.4 |
| Hex | 70 | C1 | A | 2A | 0 | 5F | 18 | 57 | 5A | 28 |
| Octal | 160 | 301 | 12 | 52 | 0 | 137 | 30 | 127 | 132 | 50 |
| Binary | 1110000 | 11000001 | 1010 | 101010 | 0 | 1011111 | 11000 | 1010111 | 1011010 | 101000 |
Color Harmonies of #70C10A
Complementary color
Monochromatic Colors of #70C10A
Black with #70C10A
Text Example
Text Example
White with #70C10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C10A; }
p { color: rgb(112,193,10); }
H1.HeaderClassName
{
color: #70C10A;
}
.AnyTagClassName
{
color: #70C10A;
}
</style>
background-color css
<style>
a { background-color: #70C10A; }
a { background-color: rgb(112,193,10); }
div.DivClassName
{
background-color: #70C10A;
}
.BgClassName
{
background-color: #70C10A;
}
</style>
border-color css
<style>
span { border-color: #70C10A; }
span { border-color: rgb(112,193,10); }
td.TdClassName
{
border-color: #70C10A;
}
.TagClassName
{
border-color: #70C10A;
}
</style>