Shades of Christi #70CB03
Tints of Christi #70CB03
RGB
CMYK
RGB Variations
Color information
#70CB03 (or 0x70CB03) is known color: Christi. HEX triplet: 70, CB and 03. RGB value is (112,203,3). Sum of RGB (Red+Green+Blue) = 112+203+3=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 203 (79.69% from 255 or 63.84% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CB03 is #8F34FC. Grayscale: #999999. Windows color (decimal): -9385213 or 248688. OLE color: 248688.
HSL color Cylindrical-coordinate representation of color #70CB03: hue angle of 87.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70CB03 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 3 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.20 |
| HSL | 87.3º | 0.97% | 0.4% | - |
| HSV(B) | 87.3º | 0.99% | 0.8% | - |
| XYZ | 28.05 | 46.16 | 7.52 | - |
| YUV | 152.99 | 43.35 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 3 | 0.45 | 0 | 0.99 | 0.20 | 87.3 | 0.97 | 0.4 |
| Hex | 70 | CB | 3 | 2D | 0 | 63 | 14 | 57 | 61 | 28 |
| Octal | 160 | 313 | 3 | 55 | 0 | 143 | 24 | 127 | 141 | 50 |
| Binary | 1110000 | 11001011 | 11 | 101101 | 0 | 1100011 | 10100 | 1010111 | 1100001 | 101000 |
Color Harmonies of #70CB03
Complementary color
Monochromatic Colors of #70CB03
Black with #70CB03
Text Example
Text Example
White with #70CB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB03; }
p { color: rgb(112,203,3); }
H1.HeaderClassName
{
color: #70CB03;
}
.AnyTagClassName
{
color: #70CB03;
}
</style>
background-color css
<style>
a { background-color: #70CB03; }
a { background-color: rgb(112,203,3); }
div.DivClassName
{
background-color: #70CB03;
}
.BgClassName
{
background-color: #70CB03;
}
</style>
border-color css
<style>
span { border-color: #70CB03; }
span { border-color: rgb(112,203,3); }
td.TdClassName
{
border-color: #70CB03;
}
.TagClassName
{
border-color: #70CB03;
}
</style>