Shades of Christi #68BC11
Tints of Christi #68BC11
RGB
CMYK
RGB Variations
Color information
#68BC11 (or 0x68BC11) is known color: Christi. HEX triplet: 68, BC and 11. RGB value is (104,188,17). Sum of RGB (Red+Green+Blue) = 104+188+17=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BC11 is #9743EE. Grayscale: #8F8F8F. Windows color (decimal): -9913327 or 1162344. OLE color: 1162344.
HSL color Cylindrical-coordinate representation of color #68BC11: hue angle of 89.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68BC11 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 17 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.26 |
| HSL | 89.47º | 0.83% | 0.4% | - |
| HSV(B) | 89.47º | 0.91% | 0.74% | - |
| XYZ | 23.79 | 38.95 | 6.79 | - |
| YUV | 143.39 | 56.67 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 17 | 0.45 | 0 | 0.91 | 0.26 | 89.47 | 0.83 | 0.4 |
| Hex | 68 | BC | 11 | 2D | 0 | 5B | 1A | 59 | 53 | 28 |
| Octal | 150 | 274 | 21 | 55 | 0 | 133 | 32 | 131 | 123 | 50 |
| Binary | 1101000 | 10111100 | 10001 | 101101 | 0 | 1011011 | 11010 | 1011001 | 1010011 | 101000 |
Color Harmonies of #68BC11
Complementary color
Monochromatic Colors of #68BC11
Black with #68BC11
Text Example
Text Example
White with #68BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC11; }
p { color: rgb(104,188,17); }
H1.HeaderClassName
{
color: #68BC11;
}
.AnyTagClassName
{
color: #68BC11;
}
</style>
background-color css
<style>
a { background-color: #68BC11; }
a { background-color: rgb(104,188,17); }
div.DivClassName
{
background-color: #68BC11;
}
.BgClassName
{
background-color: #68BC11;
}
</style>
border-color css
<style>
span { border-color: #68BC11; }
span { border-color: rgb(104,188,17); }
td.TdClassName
{
border-color: #68BC11;
}
.TagClassName
{
border-color: #68BC11;
}
</style>