Shades of Christi #70CB08
Tints of Christi #70CB08
RGB
CMYK
RGB Variations
Color information
#70CB08 (or 0x70CB08) is known color: Christi. HEX triplet: 70, CB and 08. RGB value is (112,203,8). Sum of RGB (Red+Green+Blue) = 112+203+8=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 203 (79.69% from 255 or 62.85% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CB08 is #8F34F7. Grayscale: #9A9A9A. Windows color (decimal): -9385208 or 576368. OLE color: 576368.
HSL color Cylindrical-coordinate representation of color #70CB08: hue angle of 88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70CB08 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 8 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.20 |
| HSL | 88º | 0.92% | 0.41% | - |
| HSV(B) | 88º | 0.96% | 0.8% | - |
| XYZ | 28.08 | 46.17 | 7.66 | - |
| YUV | 153.56 | 45.85 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 8 | 0.45 | 0 | 0.96 | 0.20 | 88 | 0.92 | 0.41 |
| Hex | 70 | CB | 8 | 2D | 0 | 60 | 14 | 58 | 5C | 29 |
| Octal | 160 | 313 | 10 | 55 | 0 | 140 | 24 | 130 | 134 | 51 |
| Binary | 1110000 | 11001011 | 1000 | 101101 | 0 | 1100000 | 10100 | 1011000 | 1011100 | 101001 |
Color Harmonies of #70CB08
Complementary color
Monochromatic Colors of #70CB08
Black with #70CB08
Text Example
Text Example
White with #70CB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB08; }
p { color: rgb(112,203,8); }
H1.HeaderClassName
{
color: #70CB08;
}
.AnyTagClassName
{
color: #70CB08;
}
</style>
background-color css
<style>
a { background-color: #70CB08; }
a { background-color: rgb(112,203,8); }
div.DivClassName
{
background-color: #70CB08;
}
.BgClassName
{
background-color: #70CB08;
}
</style>
border-color css
<style>
span { border-color: #70CB08; }
span { border-color: rgb(112,203,8); }
td.TdClassName
{
border-color: #70CB08;
}
.TagClassName
{
border-color: #70CB08;
}
</style>