Shades of Christi #70C31E
Tints of Christi #70C31E
RGB
CMYK
RGB Variations
Color information
#70C31E (or 0x70C31E) is known color: Christi. HEX triplet: 70, C3 and 1E. RGB value is (112,195,30). Sum of RGB (Red+Green+Blue) = 112+195+30=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #70C31E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C31E is #8F3CE1. Grayscale: #979797. Windows color (decimal): -9387234 or 2016112. OLE color: 2016112.
HSL color Cylindrical-coordinate representation of color #70C31E: hue angle of 90.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70C31E is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 30 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.24 |
| HSL | 90.18º | 0.73% | 0.44% | - |
| HSV(B) | 90.18º | 0.85% | 0.76% | - |
| XYZ | 26.43 | 42.57 | 8.05 | - |
| YUV | 151.37 | 59.5 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 30 | 0.43 | 0 | 0.85 | 0.24 | 90.18 | 0.73 | 0.44 |
| Hex | 70 | C3 | 1E | 2B | 0 | 55 | 18 | 5A | 49 | 2C |
| Octal | 160 | 303 | 36 | 53 | 0 | 125 | 30 | 132 | 111 | 54 |
| Binary | 1110000 | 11000011 | 11110 | 101011 | 0 | 1010101 | 11000 | 1011010 | 1001001 | 101100 |
Color Harmonies of #70C31E
Complementary color
Monochromatic Colors of #70C31E
Black with #70C31E
Text Example
Text Example
White with #70C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C31E; }
p { color: rgb(112,195,30); }
H1.HeaderClassName
{
color: #70C31E;
}
.AnyTagClassName
{
color: #70C31E;
}
</style>
background-color css
<style>
a { background-color: #70C31E; }
a { background-color: rgb(112,195,30); }
div.DivClassName
{
background-color: #70C31E;
}
.BgClassName
{
background-color: #70C31E;
}
</style>
border-color css
<style>
span { border-color: #70C31E; }
span { border-color: rgb(112,195,30); }
td.TdClassName
{
border-color: #70C31E;
}
.TagClassName
{
border-color: #70C31E;
}
</style>