Shades of Christi #70AE31
Tints of Christi #70AE31
RGB
CMYK
RGB Variations
Color information
#70AE31 (or 0x70AE31) is known color: Christi. HEX triplet: 70, AE and 31. RGB value is (112,174,49). Sum of RGB (Red+Green+Blue) = 112+174+49=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AE31 is #8F51CE. Grayscale: #8D8D8D. Windows color (decimal): -9392591 or 3255920. OLE color: 3255920.
HSL color Cylindrical-coordinate representation of color #70AE31: hue angle of 89.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70AE31 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 174 | 49 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.32 |
| HSL | 89.76º | 0.56% | 0.44% | - |
| HSV(B) | 89.76º | 0.72% | 0.68% | - |
| XYZ | 22.37 | 33.94 | 8.28 | - |
| YUV | 141.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 49 | 0.36 | 0 | 0.72 | 0.32 | 89.76 | 0.56 | 0.44 |
| Hex | 70 | AE | 31 | 24 | 0 | 48 | 20 | 5A | 38 | 2C |
| Octal | 160 | 256 | 61 | 44 | 0 | 110 | 40 | 132 | 70 | 54 |
| Binary | 1110000 | 10101110 | 110001 | 100100 | 0 | 1001000 | 100000 | 1011010 | 111000 | 101100 |
Color Harmonies of #70AE31
Complementary color
Monochromatic Colors of #70AE31
Black with #70AE31
Text Example
Text Example
White with #70AE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AE31; }
p { color: rgb(112,174,49); }
H1.HeaderClassName
{
color: #70AE31;
}
.AnyTagClassName
{
color: #70AE31;
}
</style>
background-color css
<style>
a { background-color: #70AE31; }
a { background-color: rgb(112,174,49); }
div.DivClassName
{
background-color: #70AE31;
}
.BgClassName
{
background-color: #70AE31;
}
</style>
border-color css
<style>
span { border-color: #70AE31; }
span { border-color: rgb(112,174,49); }
td.TdClassName
{
border-color: #70AE31;
}
.TagClassName
{
border-color: #70AE31;
}
</style>