Shades of Christi #70CF17
Tints of Christi #70CF17
RGB
CMYK
RGB Variations
Color information
#70CF17 (or 0x70CF17) is known color: Christi. HEX triplet: 70, CF and 17. RGB value is (112,207,23). Sum of RGB (Red+Green+Blue) = 112+207+23=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CF17 is #8F30E8. Grayscale: #9E9E9E. Windows color (decimal): -9384169 or 1560432. OLE color: 1560432.
HSL color Cylindrical-coordinate representation of color #70CF17: hue angle of 90.98º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70CF17 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 23 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.19 |
| HSL | 90.98º | 0.8% | 0.45% | - |
| HSV(B) | 90.98º | 0.89% | 0.81% | - |
| XYZ | 29.15 | 48.13 | 8.56 | - |
| YUV | 157.62 | 52.03 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 23 | 0.46 | 0 | 0.89 | 0.19 | 90.98 | 0.8 | 0.45 |
| Hex | 70 | CF | 17 | 2E | 0 | 59 | 13 | 5B | 50 | 2D |
| Octal | 160 | 317 | 27 | 56 | 0 | 131 | 23 | 133 | 120 | 55 |
| Binary | 1110000 | 11001111 | 10111 | 101110 | 0 | 1011001 | 10011 | 1011011 | 1010000 | 101101 |
Color Harmonies of #70CF17
Complementary color
Monochromatic Colors of #70CF17
Black with #70CF17
Text Example
Text Example
White with #70CF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF17; }
p { color: rgb(112,207,23); }
H1.HeaderClassName
{
color: #70CF17;
}
.AnyTagClassName
{
color: #70CF17;
}
</style>
background-color css
<style>
a { background-color: #70CF17; }
a { background-color: rgb(112,207,23); }
div.DivClassName
{
background-color: #70CF17;
}
.BgClassName
{
background-color: #70CF17;
}
</style>
border-color css
<style>
span { border-color: #70CF17; }
span { border-color: rgb(112,207,23); }
td.TdClassName
{
border-color: #70CF17;
}
.TagClassName
{
border-color: #70CF17;
}
</style>