Shades of Christi #70BD12
Tints of Christi #70BD12
RGB
CMYK
RGB Variations
Color information
#70BD12 (or 0x70BD12) is known color: Christi. HEX triplet: 70, BD and 12. RGB value is (112,189,18). Sum of RGB (Red+Green+Blue) = 112+189+18=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BD12 is #8F42ED. Grayscale: #939393. Windows color (decimal): -9388782 or 1228144. OLE color: 1228144.
HSL color Cylindrical-coordinate representation of color #70BD12: hue angle of 87.02º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70BD12 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 189 | 18 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.26 |
| HSL | 87.02º | 0.83% | 0.41% | - |
| HSV(B) | 87.02º | 0.9% | 0.74% | - |
| XYZ | 24.99 | 39.88 | 6.95 | - |
| YUV | 146.48 | 55.49 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 18 | 0.41 | 0 | 0.90 | 0.26 | 87.02 | 0.83 | 0.41 |
| Hex | 70 | BD | 12 | 29 | 0 | 5A | 1A | 57 | 53 | 29 |
| Octal | 160 | 275 | 22 | 51 | 0 | 132 | 32 | 127 | 123 | 51 |
| Binary | 1110000 | 10111101 | 10010 | 101001 | 0 | 1011010 | 11010 | 1010111 | 1010011 | 101001 |
Color Harmonies of #70BD12
Complementary color
Monochromatic Colors of #70BD12
Black with #70BD12
Text Example
Text Example
White with #70BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BD12; }
p { color: rgb(112,189,18); }
H1.HeaderClassName
{
color: #70BD12;
}
.AnyTagClassName
{
color: #70BD12;
}
</style>
background-color css
<style>
a { background-color: #70BD12; }
a { background-color: rgb(112,189,18); }
div.DivClassName
{
background-color: #70BD12;
}
.BgClassName
{
background-color: #70BD12;
}
</style>
border-color css
<style>
span { border-color: #70BD12; }
span { border-color: rgb(112,189,18); }
td.TdClassName
{
border-color: #70BD12;
}
.TagClassName
{
border-color: #70BD12;
}
</style>