Shades of Christi #70BB08
Tints of Christi #70BB08
RGB
CMYK
RGB Variations
Color information
#70BB08 (or 0x70BB08) is known color: Christi. HEX triplet: 70, BB and 08. RGB value is (112,187,8). Sum of RGB (Red+Green+Blue) = 112+187+8=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BB08 is #8F44F7. Grayscale: #909090. Windows color (decimal): -9389304 or 572272. OLE color: 572272.
HSL color Cylindrical-coordinate representation of color #70BB08: hue angle of 85.14º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70BB08 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 8 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.27 |
| HSL | 85.14º | 0.92% | 0.38% | - |
| HSV(B) | 85.14º | 0.96% | 0.73% | - |
| XYZ | 24.5 | 39 | 6.47 | - |
| YUV | 144.17 | 51.15 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 8 | 0.40 | 0 | 0.96 | 0.27 | 85.14 | 0.92 | 0.38 |
| Hex | 70 | BB | 8 | 28 | 0 | 60 | 1B | 55 | 5C | 26 |
| Octal | 160 | 273 | 10 | 50 | 0 | 140 | 33 | 125 | 134 | 46 |
| Binary | 1110000 | 10111011 | 1000 | 101000 | 0 | 1100000 | 11011 | 1010101 | 1011100 | 100110 |
Color Harmonies of #70BB08
Complementary color
Monochromatic Colors of #70BB08
Black with #70BB08
Text Example
Text Example
White with #70BB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BB08; }
p { color: rgb(112,187,8); }
H1.HeaderClassName
{
color: #70BB08;
}
.AnyTagClassName
{
color: #70BB08;
}
</style>
background-color css
<style>
a { background-color: #70BB08; }
a { background-color: rgb(112,187,8); }
div.DivClassName
{
background-color: #70BB08;
}
.BgClassName
{
background-color: #70BB08;
}
</style>
border-color css
<style>
span { border-color: #70BB08; }
span { border-color: rgb(112,187,8); }
td.TdClassName
{
border-color: #70BB08;
}
.TagClassName
{
border-color: #70BB08;
}
</style>