Shades of Christi #68BF11
Tints of Christi #68BF11
RGB
CMYK
RGB Variations
Color information
#68BF11 (or 0x68BF11) is known color: Christi. HEX triplet: 68, BF and 11. RGB value is (104,191,17). Sum of RGB (Red+Green+Blue) = 104+191+17=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 191 (75% from 255 or 61.22% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BF11 is #9740EE. Grayscale: #919191. Windows color (decimal): -9912559 or 1163112. OLE color: 1163112.
HSL color Cylindrical-coordinate representation of color #68BF11: hue angle of 90º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68BF11 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 17 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.25 |
| HSL | 90º | 0.84% | 0.41% | - |
| HSV(B) | 90º | 0.91% | 0.75% | - |
| XYZ | 24.44 | 40.25 | 7.01 | - |
| YUV | 145.15 | 55.68 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 17 | 0.46 | 0 | 0.91 | 0.25 | 90 | 0.84 | 0.41 |
| Hex | 68 | BF | 11 | 2E | 0 | 5B | 19 | 5A | 54 | 29 |
| Octal | 150 | 277 | 21 | 56 | 0 | 133 | 31 | 132 | 124 | 51 |
| Binary | 1101000 | 10111111 | 10001 | 101110 | 0 | 1011011 | 11001 | 1011010 | 1010100 | 101001 |
Color Harmonies of #68BF11
Complementary color
Monochromatic Colors of #68BF11
Black with #68BF11
Text Example
Text Example
White with #68BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BF11; }
p { color: rgb(104,191,17); }
H1.HeaderClassName
{
color: #68BF11;
}
.AnyTagClassName
{
color: #68BF11;
}
</style>
background-color css
<style>
a { background-color: #68BF11; }
a { background-color: rgb(104,191,17); }
div.DivClassName
{
background-color: #68BF11;
}
.BgClassName
{
background-color: #68BF11;
}
</style>
border-color css
<style>
span { border-color: #68BF11; }
span { border-color: rgb(104,191,17); }
td.TdClassName
{
border-color: #68BF11;
}
.TagClassName
{
border-color: #68BF11;
}
</style>