Shades of Christi #70B41D
Tints of Christi #70B41D
RGB
CMYK
RGB Variations
Color information
#70B41D (or 0x70B41D) is known color: Christi. HEX triplet: 70, B4 and 1D. RGB value is (112,180,29). Sum of RGB (Red+Green+Blue) = 112+180+29=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #70B41D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B41D is #8F4BE2. Grayscale: #8E8E8E. Windows color (decimal): -9391075 or 1946736. OLE color: 1946736.
HSL color Cylindrical-coordinate representation of color #70B41D: hue angle of 87.02º 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 #70B41D is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 29 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.29 |
| HSL | 87.02º | 0.72% | 0.41% | - |
| HSV(B) | 87.02º | 0.84% | 0.71% | - |
| XYZ | 23.23 | 36.18 | 6.92 | - |
| YUV | 142.45 | 63.97 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 29 | 0.38 | 0 | 0.84 | 0.29 | 87.02 | 0.72 | 0.41 |
| Hex | 70 | B4 | 1D | 26 | 0 | 54 | 1D | 57 | 48 | 29 |
| Octal | 160 | 264 | 35 | 46 | 0 | 124 | 35 | 127 | 110 | 51 |
| Binary | 1110000 | 10110100 | 11101 | 100110 | 0 | 1010100 | 11101 | 1010111 | 1001000 | 101001 |
Color Harmonies of #70B41D
Complementary color
Monochromatic Colors of #70B41D
Black with #70B41D
Text Example
Text Example
White with #70B41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B41D; }
p { color: rgb(112,180,29); }
H1.HeaderClassName
{
color: #70B41D;
}
.AnyTagClassName
{
color: #70B41D;
}
</style>
background-color css
<style>
a { background-color: #70B41D; }
a { background-color: rgb(112,180,29); }
div.DivClassName
{
background-color: #70B41D;
}
.BgClassName
{
background-color: #70B41D;
}
</style>
border-color css
<style>
span { border-color: #70B41D; }
span { border-color: rgb(112,180,29); }
td.TdClassName
{
border-color: #70B41D;
}
.TagClassName
{
border-color: #70B41D;
}
</style>