Shades of Christi #70BC22
Tints of Christi #70BC22
RGB
CMYK
RGB Variations
Color information
#70BC22 (or 0x70BC22) is known color: Christi. HEX triplet: 70, BC and 22. RGB value is (112,188,34). Sum of RGB (Red+Green+Blue) = 112+188+34=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC22 is #8F43DD. Grayscale: #949494. Windows color (decimal): -9389022 or 2276464. OLE color: 2276464.
HSL color Cylindrical-coordinate representation of color #70BC22: hue angle of 89.61º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70BC22 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 34 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.26 |
| HSL | 89.61º | 0.69% | 0.44% | - |
| HSV(B) | 89.61º | 0.82% | 0.74% | - |
| XYZ | 24.95 | 39.53 | 7.83 | - |
| YUV | 147.72 | 63.82 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 34 | 0.40 | 0 | 0.82 | 0.26 | 89.61 | 0.69 | 0.44 |
| Hex | 70 | BC | 22 | 28 | 0 | 52 | 1A | 5A | 45 | 2C |
| Octal | 160 | 274 | 42 | 50 | 0 | 122 | 32 | 132 | 105 | 54 |
| Binary | 1110000 | 10111100 | 100010 | 101000 | 0 | 1010010 | 11010 | 1011010 | 1000101 | 101100 |
Color Harmonies of #70BC22
Complementary color
Monochromatic Colors of #70BC22
Black with #70BC22
Text Example
Text Example
White with #70BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC22; }
p { color: rgb(112,188,34); }
H1.HeaderClassName
{
color: #70BC22;
}
.AnyTagClassName
{
color: #70BC22;
}
</style>
background-color css
<style>
a { background-color: #70BC22; }
a { background-color: rgb(112,188,34); }
div.DivClassName
{
background-color: #70BC22;
}
.BgClassName
{
background-color: #70BC22;
}
</style>
border-color css
<style>
span { border-color: #70BC22; }
span { border-color: rgb(112,188,34); }
td.TdClassName
{
border-color: #70BC22;
}
.TagClassName
{
border-color: #70BC22;
}
</style>