Shades of Christi #70B51D
Tints of Christi #70B51D
RGB
CMYK
RGB Variations
Color information
#70B51D (or 0x70B51D) is known color: Christi. HEX triplet: 70, B5 and 1D. RGB value is (112,181,29). Sum of RGB (Red+Green+Blue) = 112+181+29=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #70B51D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B51D is #8F4AE2. Grayscale: #8F8F8F. Windows color (decimal): -9390819 or 1946992. OLE color: 1946992.
HSL color Cylindrical-coordinate representation of color #70B51D: hue angle of 87.24º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70B51D is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 29 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.29 |
| HSL | 87.24º | 0.72% | 0.41% | - |
| HSV(B) | 87.24º | 0.84% | 0.71% | - |
| XYZ | 23.43 | 36.58 | 6.99 | - |
| YUV | 143.04 | 63.64 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 29 | 0.38 | 0 | 0.84 | 0.29 | 87.24 | 0.72 | 0.41 |
| Hex | 70 | B5 | 1D | 26 | 0 | 54 | 1D | 57 | 48 | 29 |
| Octal | 160 | 265 | 35 | 46 | 0 | 124 | 35 | 127 | 110 | 51 |
| Binary | 1110000 | 10110101 | 11101 | 100110 | 0 | 1010100 | 11101 | 1010111 | 1001000 | 101001 |
Color Harmonies of #70B51D
Complementary color
Monochromatic Colors of #70B51D
Black with #70B51D
Text Example
Text Example
White with #70B51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B51D; }
p { color: rgb(112,181,29); }
H1.HeaderClassName
{
color: #70B51D;
}
.AnyTagClassName
{
color: #70B51D;
}
</style>
background-color css
<style>
a { background-color: #70B51D; }
a { background-color: rgb(112,181,29); }
div.DivClassName
{
background-color: #70B51D;
}
.BgClassName
{
background-color: #70B51D;
}
</style>
border-color css
<style>
span { border-color: #70B51D; }
span { border-color: rgb(112,181,29); }
td.TdClassName
{
border-color: #70B51D;
}
.TagClassName
{
border-color: #70B51D;
}
</style>