Shades of Christi #68BC05
Tints of Christi #68BC05
RGB
CMYK
RGB Variations
Color information
#68BC05 (or 0x68BC05) is known color: Christi. HEX triplet: 68, BC and 05. RGB value is (104,188,5). Sum of RGB (Red+Green+Blue) = 104+188+5=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BC05 is #9743FA. Grayscale: #8E8E8E. Windows color (decimal): -9913339 or 375912. OLE color: 375912.
HSL color Cylindrical-coordinate representation of color #68BC05: hue angle of 87.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68BC05 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 5 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.26 |
| HSL | 87.54º | 0.95% | 0.38% | - |
| HSV(B) | 87.54º | 0.97% | 0.74% | - |
| XYZ | 23.72 | 38.92 | 6.41 | - |
| YUV | 142.02 | 50.67 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 5 | 0.45 | 0 | 0.97 | 0.26 | 87.54 | 0.95 | 0.38 |
| Hex | 68 | BC | 5 | 2D | 0 | 61 | 1A | 58 | 5F | 26 |
| Octal | 150 | 274 | 5 | 55 | 0 | 141 | 32 | 130 | 137 | 46 |
| Binary | 1101000 | 10111100 | 101 | 101101 | 0 | 1100001 | 11010 | 1011000 | 1011111 | 100110 |
Color Harmonies of #68BC05
Complementary color
Monochromatic Colors of #68BC05
Black with #68BC05
Text Example
Text Example
White with #68BC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC05; }
p { color: rgb(104,188,5); }
H1.HeaderClassName
{
color: #68BC05;
}
.AnyTagClassName
{
color: #68BC05;
}
</style>
background-color css
<style>
a { background-color: #68BC05; }
a { background-color: rgb(104,188,5); }
div.DivClassName
{
background-color: #68BC05;
}
.BgClassName
{
background-color: #68BC05;
}
</style>
border-color css
<style>
span { border-color: #68BC05; }
span { border-color: rgb(104,188,5); }
td.TdClassName
{
border-color: #68BC05;
}
.TagClassName
{
border-color: #68BC05;
}
</style>