Shades of Christi #70B505
Tints of Christi #70B505
RGB
CMYK
RGB Variations
Color information
#70B505 (or 0x70B505) is known color: Christi. HEX triplet: 70, B5 and 05. RGB value is (112,181,5). Sum of RGB (Red+Green+Blue) = 112+181+5=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 181 (71.09% from 255 or 60.74% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 181 - color contains mainly: green. Hex color #70B505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B505 is #8F4AFA. Grayscale: #8C8C8C. Windows color (decimal): -9390843 or 374128. OLE color: 374128.
HSL color Cylindrical-coordinate representation of color #70B505: hue angle of 83.52º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70B505 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 5 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.29 |
| HSL | 83.52º | 0.95% | 0.36% | - |
| HSV(B) | 83.52º | 0.97% | 0.71% | - |
| XYZ | 23.23 | 36.5 | 5.96 | - |
| YUV | 140.31 | 51.64 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 5 | 0.38 | 0 | 0.97 | 0.29 | 83.52 | 0.95 | 0.36 |
| Hex | 70 | B5 | 5 | 26 | 0 | 61 | 1D | 54 | 5F | 24 |
| Octal | 160 | 265 | 5 | 46 | 0 | 141 | 35 | 124 | 137 | 44 |
| Binary | 1110000 | 10110101 | 101 | 100110 | 0 | 1100001 | 11101 | 1010100 | 1011111 | 100100 |
Color Harmonies of #70B505
Complementary color
Monochromatic Colors of #70B505
Black with #70B505
Text Example
Text Example
White with #70B505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B505; }
p { color: rgb(112,181,5); }
H1.HeaderClassName
{
color: #70B505;
}
.AnyTagClassName
{
color: #70B505;
}
</style>
background-color css
<style>
a { background-color: #70B505; }
a { background-color: rgb(112,181,5); }
div.DivClassName
{
background-color: #70B505;
}
.BgClassName
{
background-color: #70B505;
}
</style>
border-color css
<style>
span { border-color: #70B505; }
span { border-color: rgb(112,181,5); }
td.TdClassName
{
border-color: #70B505;
}
.TagClassName
{
border-color: #70B505;
}
</style>