Shades of Christi #70B40F
Tints of Christi #70B40F
RGB
CMYK
RGB Variations
Color information
#70B40F (or 0x70B40F) is known color: Christi. HEX triplet: 70, B4 and 0F. RGB value is (112,180,15). Sum of RGB (Red+Green+Blue) = 112+180+15=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #70B40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B40F is #8F4BF0. Grayscale: #8D8D8D. Windows color (decimal): -9391089 or 1029232. OLE color: 1029232.
HSL color Cylindrical-coordinate representation of color #70B40F: hue angle of 84.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70B40F is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 15 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.29 |
| HSL | 84.73º | 0.85% | 0.38% | - |
| HSV(B) | 84.73º | 0.92% | 0.71% | - |
| XYZ | 23.09 | 36.12 | 6.21 | - |
| YUV | 140.86 | 56.97 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 15 | 0.38 | 0 | 0.92 | 0.29 | 84.73 | 0.85 | 0.38 |
| Hex | 70 | B4 | F | 26 | 0 | 5C | 1D | 55 | 55 | 26 |
| Octal | 160 | 264 | 17 | 46 | 0 | 134 | 35 | 125 | 125 | 46 |
| Binary | 1110000 | 10110100 | 1111 | 100110 | 0 | 1011100 | 11101 | 1010101 | 1010101 | 100110 |
Color Harmonies of #70B40F
Complementary color
Monochromatic Colors of #70B40F
Black with #70B40F
Text Example
Text Example
White with #70B40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B40F; }
p { color: rgb(112,180,15); }
H1.HeaderClassName
{
color: #70B40F;
}
.AnyTagClassName
{
color: #70B40F;
}
</style>
background-color css
<style>
a { background-color: #70B40F; }
a { background-color: rgb(112,180,15); }
div.DivClassName
{
background-color: #70B40F;
}
.BgClassName
{
background-color: #70B40F;
}
</style>
border-color css
<style>
span { border-color: #70B40F; }
span { border-color: rgb(112,180,15); }
td.TdClassName
{
border-color: #70B40F;
}
.TagClassName
{
border-color: #70B40F;
}
</style>