Shades of Christi #68BD00
Tints of Christi #68BD00
RGB
CMYK
RGB Variations
Color information
#68BD00 (or 0x68BD00) is known color: Christi. HEX triplet: 68, BD and 00. RGB value is (104,189,0). Sum of RGB (Red+Green+Blue) = 104+189+0=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BD00 is #9742FF. Grayscale: #8E8E8E. Windows color (decimal): -9913088 or 48488. OLE color: 48488.
HSL color Cylindrical-coordinate representation of color #68BD00: hue angle of 86.98º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68BD00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.26 |
| HSL | 86.98º | 1% | 0.37% | - |
| HSV(B) | 86.98º | 1% | 0.74% | - |
| XYZ | 23.91 | 39.34 | 6.33 | - |
| YUV | 142.04 | 47.84 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 0 | 0.45 | 0 | 1 | 0.26 | 86.98 | 1 | 0.37 |
| Hex | 68 | BD | 0 | 2D | 0 | 64 | 1A | 57 | 64 | 25 |
| Octal | 150 | 275 | 0 | 55 | 0 | 144 | 32 | 127 | 144 | 45 |
| Binary | 1101000 | 10111101 | 0 | 101101 | 0 | 1100100 | 11010 | 1010111 | 1100100 | 100101 |
Color Harmonies of #68BD00
Complementary color
Monochromatic Colors of #68BD00
Black with #68BD00
Text Example
Text Example
White with #68BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD00; }
p { color: rgb(104,189,0); }
H1.HeaderClassName
{
color: #68BD00;
}
.AnyTagClassName
{
color: #68BD00;
}
</style>
background-color css
<style>
a { background-color: #68BD00; }
a { background-color: rgb(104,189,0); }
div.DivClassName
{
background-color: #68BD00;
}
.BgClassName
{
background-color: #68BD00;
}
</style>
border-color css
<style>
span { border-color: #68BD00; }
span { border-color: rgb(104,189,0); }
td.TdClassName
{
border-color: #68BD00;
}
.TagClassName
{
border-color: #68BD00;
}
</style>