Shades of Christi #70C402
Tints of Christi #70C402
RGB
CMYK
RGB Variations
Color information
#70C402 (or 0x70C402) is known color: Christi. HEX triplet: 70, C4 and 02. RGB value is (112,196,2). Sum of RGB (Red+Green+Blue) = 112+196+2=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 196 (76.95% from 255 or 63.23% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 196 - color contains mainly: green. Hex color #70C402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C402 is #8F3BFD. Grayscale: #959595. Windows color (decimal): -9387006 or 181360. OLE color: 181360.
HSL color Cylindrical-coordinate representation of color #70C402: hue angle of 85.98º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70C402 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 196 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.23 |
| HSL | 85.98º | 0.98% | 0.39% | - |
| HSV(B) | 85.98º | 0.99% | 0.77% | - |
| XYZ | 26.43 | 42.93 | 6.95 | - |
| YUV | 148.77 | 45.17 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 196 | 2 | 0.43 | 0 | 0.99 | 0.23 | 85.98 | 0.98 | 0.39 |
| Hex | 70 | C4 | 2 | 2B | 0 | 63 | 17 | 56 | 62 | 27 |
| Octal | 160 | 304 | 2 | 53 | 0 | 143 | 27 | 126 | 142 | 47 |
| Binary | 1110000 | 11000100 | 10 | 101011 | 0 | 1100011 | 10111 | 1010110 | 1100010 | 100111 |
Color Harmonies of #70C402
Complementary color
Monochromatic Colors of #70C402
Black with #70C402
Text Example
Text Example
White with #70C402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C402; }
p { color: rgb(112,196,2); }
H1.HeaderClassName
{
color: #70C402;
}
.AnyTagClassName
{
color: #70C402;
}
</style>
background-color css
<style>
a { background-color: #70C402; }
a { background-color: rgb(112,196,2); }
div.DivClassName
{
background-color: #70C402;
}
.BgClassName
{
background-color: #70C402;
}
</style>
border-color css
<style>
span { border-color: #70C402; }
span { border-color: rgb(112,196,2); }
td.TdClassName
{
border-color: #70C402;
}
.TagClassName
{
border-color: #70C402;
}
</style>