Shades of Christi #68C00E
Tints of Christi #68C00E
RGB
CMYK
RGB Variations
Color information
#68C00E (or 0x68C00E) is known color: Christi. HEX triplet: 68, C0 and 0E. RGB value is (104,192,14). Sum of RGB (Red+Green+Blue) = 104+192+14=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #68C00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C00E is #973FF1. Grayscale: #929292. Windows color (decimal): -9912306 or 966760. OLE color: 966760.
HSL color Cylindrical-coordinate representation of color #68C00E: hue angle of 89.66º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68C00E is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 14 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.25 |
| HSL | 89.66º | 0.86% | 0.4% | - |
| HSV(B) | 89.66º | 0.93% | 0.75% | - |
| XYZ | 24.64 | 40.67 | 6.97 | - |
| YUV | 145.4 | 53.85 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 14 | 0.46 | 0 | 0.93 | 0.25 | 89.66 | 0.86 | 0.4 |
| Hex | 68 | C0 | E | 2E | 0 | 5D | 19 | 5A | 56 | 28 |
| Octal | 150 | 300 | 16 | 56 | 0 | 135 | 31 | 132 | 126 | 50 |
| Binary | 1101000 | 11000000 | 1110 | 101110 | 0 | 1011101 | 11001 | 1011010 | 1010110 | 101000 |
Color Harmonies of #68C00E
Complementary color
Monochromatic Colors of #68C00E
Black with #68C00E
Text Example
Text Example
White with #68C00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C00E; }
p { color: rgb(104,192,14); }
H1.HeaderClassName
{
color: #68C00E;
}
.AnyTagClassName
{
color: #68C00E;
}
</style>
background-color css
<style>
a { background-color: #68C00E; }
a { background-color: rgb(104,192,14); }
div.DivClassName
{
background-color: #68C00E;
}
.BgClassName
{
background-color: #68C00E;
}
</style>
border-color css
<style>
span { border-color: #68C00E; }
span { border-color: rgb(104,192,14); }
td.TdClassName
{
border-color: #68C00E;
}
.TagClassName
{
border-color: #68C00E;
}
</style>