Shades of Christi #70CE13
Tints of Christi #70CE13
RGB
CMYK
RGB Variations
Color information
#70CE13 (or 0x70CE13) is known color: Christi. HEX triplet: 70, CE and 13. RGB value is (112,206,19). Sum of RGB (Red+Green+Blue) = 112+206+19=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CE13 is #8F31EC. Grayscale: #9D9D9D. Windows color (decimal): -9384429 or 1298032. OLE color: 1298032.
HSL color Cylindrical-coordinate representation of color #70CE13: hue angle of 90.16º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70CE13 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 19 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.19 |
| HSL | 90.16º | 0.83% | 0.44% | - |
| HSV(B) | 90.16º | 0.91% | 0.81% | - |
| XYZ | 28.87 | 47.63 | 8.29 | - |
| YUV | 156.58 | 50.36 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 19 | 0.46 | 0 | 0.91 | 0.19 | 90.16 | 0.83 | 0.44 |
| Hex | 70 | CE | 13 | 2E | 0 | 5B | 13 | 5A | 53 | 2C |
| Octal | 160 | 316 | 23 | 56 | 0 | 133 | 23 | 132 | 123 | 54 |
| Binary | 1110000 | 11001110 | 10011 | 101110 | 0 | 1011011 | 10011 | 1011010 | 1010011 | 101100 |
Color Harmonies of #70CE13
Complementary color
Monochromatic Colors of #70CE13
Black with #70CE13
Text Example
Text Example
White with #70CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE13; }
p { color: rgb(112,206,19); }
H1.HeaderClassName
{
color: #70CE13;
}
.AnyTagClassName
{
color: #70CE13;
}
</style>
background-color css
<style>
a { background-color: #70CE13; }
a { background-color: rgb(112,206,19); }
div.DivClassName
{
background-color: #70CE13;
}
.BgClassName
{
background-color: #70CE13;
}
</style>
border-color css
<style>
span { border-color: #70CE13; }
span { border-color: rgb(112,206,19); }
td.TdClassName
{
border-color: #70CE13;
}
.TagClassName
{
border-color: #70CE13;
}
</style>