Shades of Christi #70B900
Tints of Christi #70B900
RGB
CMYK
RGB Variations
Color information
#70B900 (or 0x70B900) is known color: Christi. HEX triplet: 70, B9 and 00. RGB value is (112,185,0). Sum of RGB (Red+Green+Blue) = 112+185+0=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 185 (72.66% from 255 or 62.29% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 185 - color contains mainly: green. Hex color #70B900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B900 is #8F46FF. Grayscale: #8E8E8E. Windows color (decimal): -9389824 or 47472. OLE color: 47472.
HSL color Cylindrical-coordinate representation of color #70B900: hue angle of 83.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70B900 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 185 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.27 |
| HSL | 83.68º | 1% | 0.36% | - |
| HSV(B) | 83.68º | 1% | 0.73% | - |
| XYZ | 24.03 | 38.14 | 6.1 | - |
| YUV | 142.08 | 47.82 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 0 | 0.39 | 0 | 1 | 0.27 | 83.68 | 1 | 0.36 |
| Hex | 70 | B9 | 0 | 27 | 0 | 64 | 1B | 54 | 64 | 24 |
| Octal | 160 | 271 | 0 | 47 | 0 | 144 | 33 | 124 | 144 | 44 |
| Binary | 1110000 | 10111001 | 0 | 100111 | 0 | 1100100 | 11011 | 1010100 | 1100100 | 100100 |
Color Harmonies of #70B900
Complementary color
Monochromatic Colors of #70B900
Black with #70B900
Text Example
Text Example
White with #70B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B900; }
p { color: rgb(112,185,0); }
H1.HeaderClassName
{
color: #70B900;
}
.AnyTagClassName
{
color: #70B900;
}
</style>
background-color css
<style>
a { background-color: #70B900; }
a { background-color: rgb(112,185,0); }
div.DivClassName
{
background-color: #70B900;
}
.BgClassName
{
background-color: #70B900;
}
</style>
border-color css
<style>
span { border-color: #70B900; }
span { border-color: rgb(112,185,0); }
td.TdClassName
{
border-color: #70B900;
}
.TagClassName
{
border-color: #70B900;
}
</style>