Shades of Christi #70C205
Tints of Christi #70C205
RGB
CMYK
RGB Variations
Color information
#70C205 (or 0x70C205) is known color: Christi. HEX triplet: 70, C2 and 05. RGB value is (112,194,5). Sum of RGB (Red+Green+Blue) = 112+194+5=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #70C205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C205 is #8F3DFA. Grayscale: #949494. Windows color (decimal): -9387515 or 377456. OLE color: 377456.
HSL color Cylindrical-coordinate representation of color #70C205: hue angle of 86.03º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70C205 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 5 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.24 |
| HSL | 86.03º | 0.95% | 0.39% | - |
| HSV(B) | 86.03º | 0.97% | 0.76% | - |
| XYZ | 26 | 42.04 | 6.89 | - |
| YUV | 147.94 | 47.33 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 5 | 0.42 | 0 | 0.97 | 0.24 | 86.03 | 0.95 | 0.39 |
| Hex | 70 | C2 | 5 | 2A | 0 | 61 | 18 | 56 | 5F | 27 |
| Octal | 160 | 302 | 5 | 52 | 0 | 141 | 30 | 126 | 137 | 47 |
| Binary | 1110000 | 11000010 | 101 | 101010 | 0 | 1100001 | 11000 | 1010110 | 1011111 | 100111 |
Color Harmonies of #70C205
Complementary color
Monochromatic Colors of #70C205
Black with #70C205
Text Example
Text Example
White with #70C205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C205; }
p { color: rgb(112,194,5); }
H1.HeaderClassName
{
color: #70C205;
}
.AnyTagClassName
{
color: #70C205;
}
</style>
background-color css
<style>
a { background-color: #70C205; }
a { background-color: rgb(112,194,5); }
div.DivClassName
{
background-color: #70C205;
}
.BgClassName
{
background-color: #70C205;
}
</style>
border-color css
<style>
span { border-color: #70C205; }
span { border-color: rgb(112,194,5); }
td.TdClassName
{
border-color: #70C205;
}
.TagClassName
{
border-color: #70C205;
}
</style>