Shades of Christi #68BC03
Tints of Christi #68BC03
RGB
CMYK
RGB Variations
Color information
#68BC03 (or 0x68BC03) is known color: Christi. HEX triplet: 68, BC and 03. RGB value is (104,188,3). Sum of RGB (Red+Green+Blue) = 104+188+3=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BC03 is #9743FC. Grayscale: #8E8E8E. Windows color (decimal): -9913341 or 244840. OLE color: 244840.
HSL color Cylindrical-coordinate representation of color #68BC03: hue angle of 87.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68BC03 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 3 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.26 |
| HSL | 87.24º | 0.97% | 0.37% | - |
| HSV(B) | 87.24º | 0.98% | 0.74% | - |
| XYZ | 23.71 | 38.92 | 6.35 | - |
| YUV | 141.79 | 49.67 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 3 | 0.45 | 0 | 0.98 | 0.26 | 87.24 | 0.97 | 0.37 |
| Hex | 68 | BC | 3 | 2D | 0 | 62 | 1A | 57 | 61 | 25 |
| Octal | 150 | 274 | 3 | 55 | 0 | 142 | 32 | 127 | 141 | 45 |
| Binary | 1101000 | 10111100 | 11 | 101101 | 0 | 1100010 | 11010 | 1010111 | 1100001 | 100101 |
Color Harmonies of #68BC03
Complementary color
Monochromatic Colors of #68BC03
Black with #68BC03
Text Example
Text Example
White with #68BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC03; }
p { color: rgb(104,188,3); }
H1.HeaderClassName
{
color: #68BC03;
}
.AnyTagClassName
{
color: #68BC03;
}
</style>
background-color css
<style>
a { background-color: #68BC03; }
a { background-color: rgb(104,188,3); }
div.DivClassName
{
background-color: #68BC03;
}
.BgClassName
{
background-color: #68BC03;
}
</style>
border-color css
<style>
span { border-color: #68BC03; }
span { border-color: rgb(104,188,3); }
td.TdClassName
{
border-color: #68BC03;
}
.TagClassName
{
border-color: #68BC03;
}
</style>