Shades of Christi #70BC1D
Tints of Christi #70BC1D
RGB
CMYK
RGB Variations
Color information
#70BC1D (or 0x70BC1D) is known color: Christi. HEX triplet: 70, BC and 1D. RGB value is (112,188,29). Sum of RGB (Red+Green+Blue) = 112+188+29=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC1D is #8F43E2. Grayscale: #939393. Windows color (decimal): -9389027 or 1948784. OLE color: 1948784.
HSL color Cylindrical-coordinate representation of color #70BC1D: hue angle of 88.68º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70BC1D is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 29 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.26 |
| HSL | 88.68º | 0.73% | 0.43% | - |
| HSV(B) | 88.68º | 0.85% | 0.74% | - |
| XYZ | 24.89 | 39.5 | 7.47 | - |
| YUV | 147.15 | 61.32 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 29 | 0.40 | 0 | 0.85 | 0.26 | 88.68 | 0.73 | 0.43 |
| Hex | 70 | BC | 1D | 28 | 0 | 55 | 1A | 59 | 49 | 2B |
| Octal | 160 | 274 | 35 | 50 | 0 | 125 | 32 | 131 | 111 | 53 |
| Binary | 1110000 | 10111100 | 11101 | 101000 | 0 | 1010101 | 11010 | 1011001 | 1001001 | 101011 |
Color Harmonies of #70BC1D
Complementary color
Monochromatic Colors of #70BC1D
Black with #70BC1D
Text Example
Text Example
White with #70BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC1D; }
p { color: rgb(112,188,29); }
H1.HeaderClassName
{
color: #70BC1D;
}
.AnyTagClassName
{
color: #70BC1D;
}
</style>
background-color css
<style>
a { background-color: #70BC1D; }
a { background-color: rgb(112,188,29); }
div.DivClassName
{
background-color: #70BC1D;
}
.BgClassName
{
background-color: #70BC1D;
}
</style>
border-color css
<style>
span { border-color: #70BC1D; }
span { border-color: rgb(112,188,29); }
td.TdClassName
{
border-color: #70BC1D;
}
.TagClassName
{
border-color: #70BC1D;
}
</style>