Shades of Christi #70C31F
Tints of Christi #70C31F
RGB
CMYK
RGB Variations
Color information
#70C31F (or 0x70C31F) is known color: Christi. HEX triplet: 70, C3 and 1F. RGB value is (112,195,31). Sum of RGB (Red+Green+Blue) = 112+195+31=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #70C31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C31F is #8F3CE0. Grayscale: #989898. Windows color (decimal): -9387233 or 2081648. OLE color: 2081648.
HSL color Cylindrical-coordinate representation of color #70C31F: hue angle of 90.37º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70C31F is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 31 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.24 |
| HSL | 90.37º | 0.73% | 0.44% | - |
| HSV(B) | 90.37º | 0.84% | 0.76% | - |
| XYZ | 26.44 | 42.57 | 8.12 | - |
| YUV | 151.49 | 60 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 31 | 0.43 | 0 | 0.84 | 0.24 | 90.37 | 0.73 | 0.44 |
| Hex | 70 | C3 | 1F | 2B | 0 | 54 | 18 | 5A | 49 | 2C |
| Octal | 160 | 303 | 37 | 53 | 0 | 124 | 30 | 132 | 111 | 54 |
| Binary | 1110000 | 11000011 | 11111 | 101011 | 0 | 1010100 | 11000 | 1011010 | 1001001 | 101100 |
Color Harmonies of #70C31F
Complementary color
Monochromatic Colors of #70C31F
Black with #70C31F
Text Example
Text Example
White with #70C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C31F; }
p { color: rgb(112,195,31); }
H1.HeaderClassName
{
color: #70C31F;
}
.AnyTagClassName
{
color: #70C31F;
}
</style>
background-color css
<style>
a { background-color: #70C31F; }
a { background-color: rgb(112,195,31); }
div.DivClassName
{
background-color: #70C31F;
}
.BgClassName
{
background-color: #70C31F;
}
</style>
border-color css
<style>
span { border-color: #70C31F; }
span { border-color: rgb(112,195,31); }
td.TdClassName
{
border-color: #70C31F;
}
.TagClassName
{
border-color: #70C31F;
}
</style>