Shades of Christi #70C204
Tints of Christi #70C204
RGB
CMYK
RGB Variations
Color information
#70C204 (or 0x70C204) is known color: Christi. HEX triplet: 70, C2 and 04. RGB value is (112,194,4). Sum of RGB (Red+Green+Blue) = 112+194+4=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #70C204 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C204 is #8F3DFB. Grayscale: #949494. Windows color (decimal): -9387516 or 311920. OLE color: 311920.
HSL color Cylindrical-coordinate representation of color #70C204: hue angle of 85.89º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70C204 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 4 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.24 |
| HSL | 85.89º | 0.96% | 0.39% | - |
| HSV(B) | 85.89º | 0.98% | 0.76% | - |
| XYZ | 26 | 42.04 | 6.86 | - |
| YUV | 147.82 | 46.83 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 4 | 0.42 | 0 | 0.98 | 0.24 | 85.89 | 0.96 | 0.39 |
| Hex | 70 | C2 | 4 | 2A | 0 | 62 | 18 | 56 | 60 | 27 |
| Octal | 160 | 302 | 4 | 52 | 0 | 142 | 30 | 126 | 140 | 47 |
| Binary | 1110000 | 11000010 | 100 | 101010 | 0 | 1100010 | 11000 | 1010110 | 1100000 | 100111 |
Color Harmonies of #70C204
Complementary color
Monochromatic Colors of #70C204
Black with #70C204
Text Example
Text Example
White with #70C204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C204; }
p { color: rgb(112,194,4); }
H1.HeaderClassName
{
color: #70C204;
}
.AnyTagClassName
{
color: #70C204;
}
</style>
background-color css
<style>
a { background-color: #70C204; }
a { background-color: rgb(112,194,4); }
div.DivClassName
{
background-color: #70C204;
}
.BgClassName
{
background-color: #70C204;
}
</style>
border-color css
<style>
span { border-color: #70C204; }
span { border-color: rgb(112,194,4); }
td.TdClassName
{
border-color: #70C204;
}
.TagClassName
{
border-color: #70C204;
}
</style>