Shades of Christi #70C503
Tints of Christi #70C503
RGB
CMYK
RGB Variations
Color information
#70C503 (or 0x70C503) is known color: Christi. HEX triplet: 70, C5 and 03. RGB value is (112,197,3). Sum of RGB (Red+Green+Blue) = 112+197+3=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 197 (77.34% from 255 or 63.14% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 197 - color contains mainly: green. Hex color #70C503 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C503 is #8F3AFC. Grayscale: #969696. Windows color (decimal): -9386749 or 247152. OLE color: 247152.
HSL color Cylindrical-coordinate representation of color #70C503: hue angle of 86.29º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70C503 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 3 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.23 |
| HSL | 86.29º | 0.97% | 0.39% | - |
| HSV(B) | 86.29º | 0.98% | 0.77% | - |
| XYZ | 26.66 | 43.38 | 7.05 | - |
| YUV | 149.47 | 45.34 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 3 | 0.43 | 0 | 0.98 | 0.23 | 86.29 | 0.97 | 0.39 |
| Hex | 70 | C5 | 3 | 2B | 0 | 62 | 17 | 56 | 61 | 27 |
| Octal | 160 | 305 | 3 | 53 | 0 | 142 | 27 | 126 | 141 | 47 |
| Binary | 1110000 | 11000101 | 11 | 101011 | 0 | 1100010 | 10111 | 1010110 | 1100001 | 100111 |
Color Harmonies of #70C503
Complementary color
Monochromatic Colors of #70C503
Black with #70C503
Text Example
Text Example
White with #70C503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C503; }
p { color: rgb(112,197,3); }
H1.HeaderClassName
{
color: #70C503;
}
.AnyTagClassName
{
color: #70C503;
}
</style>
background-color css
<style>
a { background-color: #70C503; }
a { background-color: rgb(112,197,3); }
div.DivClassName
{
background-color: #70C503;
}
.BgClassName
{
background-color: #70C503;
}
</style>
border-color css
<style>
span { border-color: #70C503; }
span { border-color: rgb(112,197,3); }
td.TdClassName
{
border-color: #70C503;
}
.TagClassName
{
border-color: #70C503;
}
</style>