Shades of Christi #70B225
Tints of Christi #70B225
RGB
CMYK
RGB Variations
Color information
#70B225 (or 0x70B225) is known color: Christi. HEX triplet: 70, B2 and 25. RGB value is (112,178,37). Sum of RGB (Red+Green+Blue) = 112+178+37=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 178 (69.92% from 255 or 54.43% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 178 - color contains mainly: green. Hex color #70B225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B225 is #8F4DDA. Grayscale: #8E8E8E. Windows color (decimal): -9391579 or 2470512. OLE color: 2470512.
HSL color Cylindrical-coordinate representation of color #70B225: hue angle of 88.09º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70B225 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 178 | 37 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.30 |
| HSL | 88.09º | 0.66% | 0.42% | - |
| HSV(B) | 88.09º | 0.79% | 0.7% | - |
| XYZ | 22.94 | 35.42 | 7.38 | - |
| YUV | 142.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 37 | 0.37 | 0 | 0.79 | 0.30 | 88.09 | 0.66 | 0.42 |
| Hex | 70 | B2 | 25 | 25 | 0 | 4F | 1E | 58 | 42 | 2A |
| Octal | 160 | 262 | 45 | 45 | 0 | 117 | 36 | 130 | 102 | 52 |
| Binary | 1110000 | 10110010 | 100101 | 100101 | 0 | 1001111 | 11110 | 1011000 | 1000010 | 101010 |
Color Harmonies of #70B225
Complementary color
Monochromatic Colors of #70B225
Black with #70B225
Text Example
Text Example
White with #70B225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B225; }
p { color: rgb(112,178,37); }
H1.HeaderClassName
{
color: #70B225;
}
.AnyTagClassName
{
color: #70B225;
}
</style>
background-color css
<style>
a { background-color: #70B225; }
a { background-color: rgb(112,178,37); }
div.DivClassName
{
background-color: #70B225;
}
.BgClassName
{
background-color: #70B225;
}
</style>
border-color css
<style>
span { border-color: #70B225; }
span { border-color: rgb(112,178,37); }
td.TdClassName
{
border-color: #70B225;
}
.TagClassName
{
border-color: #70B225;
}
</style>