Shades of Christi #70CF13
Tints of Christi #70CF13
RGB
CMYK
RGB Variations
Color information
#70CF13 (or 0x70CF13) is known color: Christi. HEX triplet: 70, CF and 13. RGB value is (112,207,19). Sum of RGB (Red+Green+Blue) = 112+207+19=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CF13 is #8F30EC. Grayscale: #9D9D9D. Windows color (decimal): -9384173 or 1298288. OLE color: 1298288.
HSL color Cylindrical-coordinate representation of color #70CF13: hue angle of 90.32º 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 #70CF13 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 19 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.19 |
| HSL | 90.32º | 0.83% | 0.44% | - |
| HSV(B) | 90.32º | 0.91% | 0.81% | - |
| XYZ | 29.11 | 48.12 | 8.37 | - |
| YUV | 157.16 | 50.03 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 19 | 0.46 | 0 | 0.91 | 0.19 | 90.32 | 0.83 | 0.44 |
| Hex | 70 | CF | 13 | 2E | 0 | 5B | 13 | 5A | 53 | 2C |
| Octal | 160 | 317 | 23 | 56 | 0 | 133 | 23 | 132 | 123 | 54 |
| Binary | 1110000 | 11001111 | 10011 | 101110 | 0 | 1011011 | 10011 | 1011010 | 1010011 | 101100 |
Color Harmonies of #70CF13
Complementary color
Monochromatic Colors of #70CF13
Black with #70CF13
Text Example
Text Example
White with #70CF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF13; }
p { color: rgb(112,207,19); }
H1.HeaderClassName
{
color: #70CF13;
}
.AnyTagClassName
{
color: #70CF13;
}
</style>
background-color css
<style>
a { background-color: #70CF13; }
a { background-color: rgb(112,207,19); }
div.DivClassName
{
background-color: #70CF13;
}
.BgClassName
{
background-color: #70CF13;
}
</style>
border-color css
<style>
span { border-color: #70CF13; }
span { border-color: rgb(112,207,19); }
td.TdClassName
{
border-color: #70CF13;
}
.TagClassName
{
border-color: #70CF13;
}
</style>