Shades of Christi #68BD11
Tints of Christi #68BD11
RGB
CMYK
RGB Variations
Color information
#68BD11 (or 0x68BD11) is known color: Christi. HEX triplet: 68, BD and 11. RGB value is (104,189,17). Sum of RGB (Red+Green+Blue) = 104+189+17=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BD11 is #9742EE. Grayscale: #909090. Windows color (decimal): -9913071 or 1162600. OLE color: 1162600.
HSL color Cylindrical-coordinate representation of color #68BD11: hue angle of 89.65º 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 #68BD11 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 17 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.26 |
| HSL | 89.65º | 0.83% | 0.4% | - |
| HSV(B) | 89.65º | 0.91% | 0.74% | - |
| XYZ | 24.01 | 39.38 | 6.87 | - |
| YUV | 143.98 | 56.34 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 17 | 0.45 | 0 | 0.91 | 0.26 | 89.65 | 0.83 | 0.4 |
| Hex | 68 | BD | 11 | 2D | 0 | 5B | 1A | 5A | 53 | 28 |
| Octal | 150 | 275 | 21 | 55 | 0 | 133 | 32 | 132 | 123 | 50 |
| Binary | 1101000 | 10111101 | 10001 | 101101 | 0 | 1011011 | 11010 | 1011010 | 1010011 | 101000 |
Color Harmonies of #68BD11
Complementary color
Monochromatic Colors of #68BD11
Black with #68BD11
Text Example
Text Example
White with #68BD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD11; }
p { color: rgb(104,189,17); }
H1.HeaderClassName
{
color: #68BD11;
}
.AnyTagClassName
{
color: #68BD11;
}
</style>
background-color css
<style>
a { background-color: #68BD11; }
a { background-color: rgb(104,189,17); }
div.DivClassName
{
background-color: #68BD11;
}
.BgClassName
{
background-color: #68BD11;
}
</style>
border-color css
<style>
span { border-color: #68BD11; }
span { border-color: rgb(104,189,17); }
td.TdClassName
{
border-color: #68BD11;
}
.TagClassName
{
border-color: #68BD11;
}
</style>