Shades of Christi #68C011
Tints of Christi #68C011
RGB
CMYK
RGB Variations
Color information
#68C011 (or 0x68C011) is known color: Christi. HEX triplet: 68, C0 and 11. RGB value is (104,192,17). Sum of RGB (Red+Green+Blue) = 104+192+17=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #68C011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C011 is #973FEE. Grayscale: #929292. Windows color (decimal): -9912303 or 1163368. OLE color: 1163368.
HSL color Cylindrical-coordinate representation of color #68C011: hue angle of 90.17º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68C011 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 17 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.25 |
| HSL | 90.17º | 0.84% | 0.41% | - |
| HSV(B) | 90.17º | 0.91% | 0.75% | - |
| XYZ | 24.66 | 40.68 | 7.08 | - |
| YUV | 145.74 | 55.35 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 17 | 0.46 | 0 | 0.91 | 0.25 | 90.17 | 0.84 | 0.41 |
| Hex | 68 | C0 | 11 | 2E | 0 | 5B | 19 | 5A | 54 | 29 |
| Octal | 150 | 300 | 21 | 56 | 0 | 133 | 31 | 132 | 124 | 51 |
| Binary | 1101000 | 11000000 | 10001 | 101110 | 0 | 1011011 | 11001 | 1011010 | 1010100 | 101001 |
Color Harmonies of #68C011
Complementary color
Monochromatic Colors of #68C011
Black with #68C011
Text Example
Text Example
White with #68C011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C011; }
p { color: rgb(104,192,17); }
H1.HeaderClassName
{
color: #68C011;
}
.AnyTagClassName
{
color: #68C011;
}
</style>
background-color css
<style>
a { background-color: #68C011; }
a { background-color: rgb(104,192,17); }
div.DivClassName
{
background-color: #68C011;
}
.BgClassName
{
background-color: #68C011;
}
</style>
border-color css
<style>
span { border-color: #68C011; }
span { border-color: rgb(104,192,17); }
td.TdClassName
{
border-color: #68C011;
}
.TagClassName
{
border-color: #68C011;
}
</style>