Shades of Christi #68BC16
Tints of Christi #68BC16
RGB
CMYK
RGB Variations
Color information
#68BC16 (or 0x68BC16) is known color: Christi. HEX triplet: 68, BC and 16. RGB value is (104,188,22). Sum of RGB (Red+Green+Blue) = 104+188+22=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BC16 is #9743E9. Grayscale: #909090. Windows color (decimal): -9913322 or 1490024. OLE color: 1490024.
HSL color Cylindrical-coordinate representation of color #68BC16: hue angle of 90.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68BC16 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 22 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.26 |
| HSL | 90.36º | 0.79% | 0.41% | - |
| HSV(B) | 90.36º | 0.88% | 0.74% | - |
| XYZ | 23.84 | 38.97 | 7.02 | - |
| YUV | 143.96 | 59.17 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 22 | 0.45 | 0 | 0.88 | 0.26 | 90.36 | 0.79 | 0.41 |
| Hex | 68 | BC | 16 | 2D | 0 | 58 | 1A | 5A | 4F | 29 |
| Octal | 150 | 274 | 26 | 55 | 0 | 130 | 32 | 132 | 117 | 51 |
| Binary | 1101000 | 10111100 | 10110 | 101101 | 0 | 1011000 | 11010 | 1011010 | 1001111 | 101001 |
Color Harmonies of #68BC16
Complementary color
Monochromatic Colors of #68BC16
Black with #68BC16
Text Example
Text Example
White with #68BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC16; }
p { color: rgb(104,188,22); }
H1.HeaderClassName
{
color: #68BC16;
}
.AnyTagClassName
{
color: #68BC16;
}
</style>
background-color css
<style>
a { background-color: #68BC16; }
a { background-color: rgb(104,188,22); }
div.DivClassName
{
background-color: #68BC16;
}
.BgClassName
{
background-color: #68BC16;
}
</style>
border-color css
<style>
span { border-color: #68BC16; }
span { border-color: rgb(104,188,22); }
td.TdClassName
{
border-color: #68BC16;
}
.TagClassName
{
border-color: #68BC16;
}
</style>