Shades of Christi #70BA26
Tints of Christi #70BA26
RGB
CMYK
RGB Variations
Color information
#70BA26 (or 0x70BA26) is known color: Christi. HEX triplet: 70, BA and 26. RGB value is (112,186,38). Sum of RGB (Red+Green+Blue) = 112+186+38=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA26 is #8F45D9. Grayscale: #939393. Windows color (decimal): -9389530 or 2538096. OLE color: 2538096.
HSL color Cylindrical-coordinate representation of color #70BA26: hue angle of 90º degrees, saturation: 0.66, 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 #70BA26 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 38 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.27 |
| HSL | 90º | 0.66% | 0.44% | - |
| HSV(B) | 90º | 0.8% | 0.73% | - |
| XYZ | 24.59 | 38.7 | 8.01 | - |
| YUV | 147 | 66.48 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 38 | 0.40 | 0 | 0.80 | 0.27 | 90 | 0.66 | 0.44 |
| Hex | 70 | BA | 26 | 28 | 0 | 50 | 1B | 5A | 42 | 2C |
| Octal | 160 | 272 | 46 | 50 | 0 | 120 | 33 | 132 | 102 | 54 |
| Binary | 1110000 | 10111010 | 100110 | 101000 | 0 | 1010000 | 11011 | 1011010 | 1000010 | 101100 |
Color Harmonies of #70BA26
Complementary color
Monochromatic Colors of #70BA26
Black with #70BA26
Text Example
Text Example
White with #70BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA26; }
p { color: rgb(112,186,38); }
H1.HeaderClassName
{
color: #70BA26;
}
.AnyTagClassName
{
color: #70BA26;
}
</style>
background-color css
<style>
a { background-color: #70BA26; }
a { background-color: rgb(112,186,38); }
div.DivClassName
{
background-color: #70BA26;
}
.BgClassName
{
background-color: #70BA26;
}
</style>
border-color css
<style>
span { border-color: #70BA26; }
span { border-color: rgb(112,186,38); }
td.TdClassName
{
border-color: #70BA26;
}
.TagClassName
{
border-color: #70BA26;
}
</style>