Shades of Christi #70CF12
Tints of Christi #70CF12
RGB
CMYK
RGB Variations
Color information
#70CF12 (or 0x70CF12) is known color: Christi. HEX triplet: 70, CF and 12. RGB value is (112,207,18). Sum of RGB (Red+Green+Blue) = 112+207+18=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CF12 is #8F30ED. Grayscale: #9D9D9D. Windows color (decimal): -9384174 or 1232752. OLE color: 1232752.
HSL color Cylindrical-coordinate representation of color #70CF12: hue angle of 90.16º degrees, saturation: 0.84, 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 #70CF12 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 18 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.19 |
| HSL | 90.16º | 0.84% | 0.44% | - |
| HSV(B) | 90.16º | 0.91% | 0.81% | - |
| XYZ | 29.1 | 48.11 | 8.33 | - |
| YUV | 157.05 | 49.53 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 18 | 0.46 | 0 | 0.91 | 0.19 | 90.16 | 0.84 | 0.44 |
| Hex | 70 | CF | 12 | 2E | 0 | 5B | 13 | 5A | 54 | 2C |
| Octal | 160 | 317 | 22 | 56 | 0 | 133 | 23 | 132 | 124 | 54 |
| Binary | 1110000 | 11001111 | 10010 | 101110 | 0 | 1011011 | 10011 | 1011010 | 1010100 | 101100 |
Color Harmonies of #70CF12
Complementary color
Monochromatic Colors of #70CF12
Black with #70CF12
Text Example
Text Example
White with #70CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF12; }
p { color: rgb(112,207,18); }
H1.HeaderClassName
{
color: #70CF12;
}
.AnyTagClassName
{
color: #70CF12;
}
</style>
background-color css
<style>
a { background-color: #70CF12; }
a { background-color: rgb(112,207,18); }
div.DivClassName
{
background-color: #70CF12;
}
.BgClassName
{
background-color: #70CF12;
}
</style>
border-color css
<style>
span { border-color: #70CF12; }
span { border-color: rgb(112,207,18); }
td.TdClassName
{
border-color: #70CF12;
}
.TagClassName
{
border-color: #70CF12;
}
</style>