Shades of Christi #68C210
Tints of Christi #68C210
RGB
CMYK
RGB Variations
Color information
#68C210 (or 0x68C210) is known color: Christi. HEX triplet: 68, C2 and 10. RGB value is (104,194,16). Sum of RGB (Red+Green+Blue) = 104+194+16=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #68C210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C210 is #973DEF. Grayscale: #939393. Windows color (decimal): -9911792 or 1098344. OLE color: 1098344.
HSL color Cylindrical-coordinate representation of color #68C210: hue angle of 90.34º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68C210 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 16 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.24 |
| HSL | 90.34º | 0.85% | 0.41% | - |
| HSV(B) | 90.34º | 0.92% | 0.76% | - |
| XYZ | 25.09 | 41.56 | 7.19 | - |
| YUV | 146.8 | 54.18 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 16 | 0.46 | 0 | 0.92 | 0.24 | 90.34 | 0.85 | 0.41 |
| Hex | 68 | C2 | 10 | 2E | 0 | 5C | 18 | 5A | 55 | 29 |
| Octal | 150 | 302 | 20 | 56 | 0 | 134 | 30 | 132 | 125 | 51 |
| Binary | 1101000 | 11000010 | 10000 | 101110 | 0 | 1011100 | 11000 | 1011010 | 1010101 | 101001 |
Color Harmonies of #68C210
Complementary color
Monochromatic Colors of #68C210
Black with #68C210
Text Example
Text Example
White with #68C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C210; }
p { color: rgb(104,194,16); }
H1.HeaderClassName
{
color: #68C210;
}
.AnyTagClassName
{
color: #68C210;
}
</style>
background-color css
<style>
a { background-color: #68C210; }
a { background-color: rgb(104,194,16); }
div.DivClassName
{
background-color: #68C210;
}
.BgClassName
{
background-color: #68C210;
}
</style>
border-color css
<style>
span { border-color: #68C210; }
span { border-color: rgb(104,194,16); }
td.TdClassName
{
border-color: #68C210;
}
.TagClassName
{
border-color: #68C210;
}
</style>