Shades of Christi #68BC04
Tints of Christi #68BC04
RGB
CMYK
RGB Variations
Color information
#68BC04 (or 0x68BC04) is known color: Christi. HEX triplet: 68, BC and 04. RGB value is (104,188,4). Sum of RGB (Red+Green+Blue) = 104+188+4=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BC04 is #9743FB. Grayscale: #8E8E8E. Windows color (decimal): -9913340 or 310376. OLE color: 310376.
HSL color Cylindrical-coordinate representation of color #68BC04: hue angle of 87.39º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68BC04 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.26 |
| HSL | 87.39º | 0.96% | 0.38% | - |
| HSV(B) | 87.39º | 0.98% | 0.74% | - |
| XYZ | 23.71 | 38.92 | 6.38 | - |
| YUV | 141.91 | 50.17 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 4 | 0.45 | 0 | 0.98 | 0.26 | 87.39 | 0.96 | 0.38 |
| Hex | 68 | BC | 4 | 2D | 0 | 62 | 1A | 57 | 60 | 26 |
| Octal | 150 | 274 | 4 | 55 | 0 | 142 | 32 | 127 | 140 | 46 |
| Binary | 1101000 | 10111100 | 100 | 101101 | 0 | 1100010 | 11010 | 1010111 | 1100000 | 100110 |
Color Harmonies of #68BC04
Complementary color
Monochromatic Colors of #68BC04
Black with #68BC04
Text Example
Text Example
White with #68BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC04; }
p { color: rgb(104,188,4); }
H1.HeaderClassName
{
color: #68BC04;
}
.AnyTagClassName
{
color: #68BC04;
}
</style>
background-color css
<style>
a { background-color: #68BC04; }
a { background-color: rgb(104,188,4); }
div.DivClassName
{
background-color: #68BC04;
}
.BgClassName
{
background-color: #68BC04;
}
</style>
border-color css
<style>
span { border-color: #68BC04; }
span { border-color: rgb(104,188,4); }
td.TdClassName
{
border-color: #68BC04;
}
.TagClassName
{
border-color: #68BC04;
}
</style>