Shades of Christi #70BB03
Tints of Christi #70BB03
RGB
CMYK
RGB Variations
Color information
#70BB03 (or 0x70BB03) is known color: Christi. HEX triplet: 70, BB and 03. RGB value is (112,187,3). Sum of RGB (Red+Green+Blue) = 112+187+3=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 187 (73.44% from 255 or 61.92% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BB03 is #8F44FC. Grayscale: #909090. Windows color (decimal): -9389309 or 244592. OLE color: 244592.
HSL color Cylindrical-coordinate representation of color #70BB03: hue angle of 84.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70BB03 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 3 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.27 |
| HSL | 84.46º | 0.97% | 0.37% | - |
| HSV(B) | 84.46º | 0.98% | 0.73% | - |
| XYZ | 24.47 | 38.99 | 6.32 | - |
| YUV | 143.6 | 48.65 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 3 | 0.40 | 0 | 0.98 | 0.27 | 84.46 | 0.97 | 0.37 |
| Hex | 70 | BB | 3 | 28 | 0 | 62 | 1B | 54 | 61 | 25 |
| Octal | 160 | 273 | 3 | 50 | 0 | 142 | 33 | 124 | 141 | 45 |
| Binary | 1110000 | 10111011 | 11 | 101000 | 0 | 1100010 | 11011 | 1010100 | 1100001 | 100101 |
Color Harmonies of #70BB03
Complementary color
Monochromatic Colors of #70BB03
Black with #70BB03
Text Example
Text Example
White with #70BB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BB03; }
p { color: rgb(112,187,3); }
H1.HeaderClassName
{
color: #70BB03;
}
.AnyTagClassName
{
color: #70BB03;
}
</style>
background-color css
<style>
a { background-color: #70BB03; }
a { background-color: rgb(112,187,3); }
div.DivClassName
{
background-color: #70BB03;
}
.BgClassName
{
background-color: #70BB03;
}
</style>
border-color css
<style>
span { border-color: #70BB03; }
span { border-color: rgb(112,187,3); }
td.TdClassName
{
border-color: #70BB03;
}
.TagClassName
{
border-color: #70BB03;
}
</style>