Shades of Christi #70BA25
Tints of Christi #70BA25
RGB
CMYK
RGB Variations
Color information
#70BA25 (or 0x70BA25) is known color: Christi. HEX triplet: 70, BA and 25. RGB value is (112,186,37). Sum of RGB (Red+Green+Blue) = 112+186+37=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA25 is #8F45DA. Grayscale: #939393. Windows color (decimal): -9389531 or 2472560. OLE color: 2472560.
HSL color Cylindrical-coordinate representation of color #70BA25: hue angle of 89.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70BA25 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 37 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.27 |
| HSL | 89.8º | 0.67% | 0.44% | - |
| HSV(B) | 89.8º | 0.8% | 0.73% | - |
| XYZ | 24.57 | 38.7 | 7.92 | - |
| YUV | 146.89 | 65.98 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 37 | 0.40 | 0 | 0.80 | 0.27 | 89.8 | 0.67 | 0.44 |
| Hex | 70 | BA | 25 | 28 | 0 | 50 | 1B | 5A | 43 | 2C |
| Octal | 160 | 272 | 45 | 50 | 0 | 120 | 33 | 132 | 103 | 54 |
| Binary | 1110000 | 10111010 | 100101 | 101000 | 0 | 1010000 | 11011 | 1011010 | 1000011 | 101100 |
Color Harmonies of #70BA25
Complementary color
Monochromatic Colors of #70BA25
Black with #70BA25
Text Example
Text Example
White with #70BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA25; }
p { color: rgb(112,186,37); }
H1.HeaderClassName
{
color: #70BA25;
}
.AnyTagClassName
{
color: #70BA25;
}
</style>
background-color css
<style>
a { background-color: #70BA25; }
a { background-color: rgb(112,186,37); }
div.DivClassName
{
background-color: #70BA25;
}
.BgClassName
{
background-color: #70BA25;
}
</style>
border-color css
<style>
span { border-color: #70BA25; }
span { border-color: rgb(112,186,37); }
td.TdClassName
{
border-color: #70BA25;
}
.TagClassName
{
border-color: #70BA25;
}
</style>