Shades of Christi #70B52C
Tints of Christi #70B52C
RGB
CMYK
RGB Variations
Color information
#70B52C (or 0x70B52C) is known color: Christi. HEX triplet: 70, B5 and 2C. RGB value is (112,181,44). Sum of RGB (Red+Green+Blue) = 112+181+44=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #70B52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B52C is #8F4AD3. Grayscale: #919191. Windows color (decimal): -9390804 or 2930032. OLE color: 2930032.
HSL color Cylindrical-coordinate representation of color #70B52C: hue angle of 90.22º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70B52C is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 44 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.29 |
| HSL | 90.22º | 0.61% | 0.44% | - |
| HSV(B) | 90.22º | 0.76% | 0.71% | - |
| XYZ | 23.66 | 36.67 | 8.21 | - |
| YUV | 144.75 | 71.14 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 44 | 0.38 | 0 | 0.76 | 0.29 | 90.22 | 0.61 | 0.44 |
| Hex | 70 | B5 | 2C | 26 | 0 | 4C | 1D | 5A | 3D | 2C |
| Octal | 160 | 265 | 54 | 46 | 0 | 114 | 35 | 132 | 75 | 54 |
| Binary | 1110000 | 10110101 | 101100 | 100110 | 0 | 1001100 | 11101 | 1011010 | 111101 | 101100 |
Color Harmonies of #70B52C
Complementary color
Monochromatic Colors of #70B52C
Black with #70B52C
Text Example
Text Example
White with #70B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B52C; }
p { color: rgb(112,181,44); }
H1.HeaderClassName
{
color: #70B52C;
}
.AnyTagClassName
{
color: #70B52C;
}
</style>
background-color css
<style>
a { background-color: #70B52C; }
a { background-color: rgb(112,181,44); }
div.DivClassName
{
background-color: #70B52C;
}
.BgClassName
{
background-color: #70B52C;
}
</style>
border-color css
<style>
span { border-color: #70B52C; }
span { border-color: rgb(112,181,44); }
td.TdClassName
{
border-color: #70B52C;
}
.TagClassName
{
border-color: #70B52C;
}
</style>