Shades of Christi #68C112
Tints of Christi #68C112
RGB
CMYK
RGB Variations
Color information
#68C112 (or 0x68C112) is known color: Christi. HEX triplet: 68, C1 and 12. RGB value is (104,193,18). Sum of RGB (Red+Green+Blue) = 104+193+18=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #68C112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C112 is #973EED. Grayscale: #939393. Windows color (decimal): -9912046 or 1229160. OLE color: 1229160.
HSL color Cylindrical-coordinate representation of color #68C112: hue angle of 90.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68C112 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 18 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.24 |
| HSL | 90.51º | 0.83% | 0.41% | - |
| HSV(B) | 90.51º | 0.91% | 0.76% | - |
| XYZ | 24.89 | 41.13 | 7.2 | - |
| YUV | 146.44 | 55.51 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 18 | 0.46 | 0 | 0.91 | 0.24 | 90.51 | 0.83 | 0.41 |
| Hex | 68 | C1 | 12 | 2E | 0 | 5B | 18 | 5B | 53 | 29 |
| Octal | 150 | 301 | 22 | 56 | 0 | 133 | 30 | 133 | 123 | 51 |
| Binary | 1101000 | 11000001 | 10010 | 101110 | 0 | 1011011 | 11000 | 1011011 | 1010011 | 101001 |
Color Harmonies of #68C112
Complementary color
Monochromatic Colors of #68C112
Black with #68C112
Text Example
Text Example
White with #68C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C112; }
p { color: rgb(104,193,18); }
H1.HeaderClassName
{
color: #68C112;
}
.AnyTagClassName
{
color: #68C112;
}
</style>
background-color css
<style>
a { background-color: #68C112; }
a { background-color: rgb(104,193,18); }
div.DivClassName
{
background-color: #68C112;
}
.BgClassName
{
background-color: #68C112;
}
</style>
border-color css
<style>
span { border-color: #68C112; }
span { border-color: rgb(104,193,18); }
td.TdClassName
{
border-color: #68C112;
}
.TagClassName
{
border-color: #68C112;
}
</style>