Shades of Christi #70C41F
Tints of Christi #70C41F
RGB
CMYK
RGB Variations
Color information
#70C41F (or 0x70C41F) is known color: Christi. HEX triplet: 70, C4 and 1F. RGB value is (112,196,31). Sum of RGB (Red+Green+Blue) = 112+196+31=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #70C41F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C41F is #8F3BE0. Grayscale: #989898. Windows color (decimal): -9386977 or 2081904. OLE color: 2081904.
HSL color Cylindrical-coordinate representation of color #70C41F: hue angle of 90.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70C41F is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 196 | 31 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.23 |
| HSL | 90.55º | 0.73% | 0.45% | - |
| HSV(B) | 90.55º | 0.84% | 0.77% | - |
| XYZ | 26.67 | 43.02 | 8.2 | - |
| YUV | 152.07 | 59.67 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 196 | 31 | 0.43 | 0 | 0.84 | 0.23 | 90.55 | 0.73 | 0.45 |
| Hex | 70 | C4 | 1F | 2B | 0 | 54 | 17 | 5B | 49 | 2D |
| Octal | 160 | 304 | 37 | 53 | 0 | 124 | 27 | 133 | 111 | 55 |
| Binary | 1110000 | 11000100 | 11111 | 101011 | 0 | 1010100 | 10111 | 1011011 | 1001001 | 101101 |
Color Harmonies of #70C41F
Complementary color
Monochromatic Colors of #70C41F
Black with #70C41F
Text Example
Text Example
White with #70C41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C41F; }
p { color: rgb(112,196,31); }
H1.HeaderClassName
{
color: #70C41F;
}
.AnyTagClassName
{
color: #70C41F;
}
</style>
background-color css
<style>
a { background-color: #70C41F; }
a { background-color: rgb(112,196,31); }
div.DivClassName
{
background-color: #70C41F;
}
.BgClassName
{
background-color: #70C41F;
}
</style>
border-color css
<style>
span { border-color: #70C41F; }
span { border-color: rgb(112,196,31); }
td.TdClassName
{
border-color: #70C41F;
}
.TagClassName
{
border-color: #70C41F;
}
</style>