Shades of Christi #68BD03
Tints of Christi #68BD03
RGB
CMYK
RGB Variations
Color information
#68BD03 (or 0x68BD03) is known color: Christi. HEX triplet: 68, BD and 03. RGB value is (104,189,3). Sum of RGB (Red+Green+Blue) = 104+189+3=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BD03 is #9742FC. Grayscale: #8F8F8F. Windows color (decimal): -9913085 or 245096. OLE color: 245096.
HSL color Cylindrical-coordinate representation of color #68BD03: hue angle of 87.42º degrees, saturation: 0.97, 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 #68BD03 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 3 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.26 |
| HSL | 87.42º | 0.97% | 0.38% | - |
| HSV(B) | 87.42º | 0.98% | 0.74% | - |
| XYZ | 23.92 | 39.34 | 6.42 | - |
| YUV | 142.38 | 49.34 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 3 | 0.45 | 0 | 0.98 | 0.26 | 87.42 | 0.97 | 0.38 |
| Hex | 68 | BD | 3 | 2D | 0 | 62 | 1A | 57 | 61 | 26 |
| Octal | 150 | 275 | 3 | 55 | 0 | 142 | 32 | 127 | 141 | 46 |
| Binary | 1101000 | 10111101 | 11 | 101101 | 0 | 1100010 | 11010 | 1010111 | 1100001 | 100110 |
Color Harmonies of #68BD03
Complementary color
Monochromatic Colors of #68BD03
Black with #68BD03
Text Example
Text Example
White with #68BD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD03; }
p { color: rgb(104,189,3); }
H1.HeaderClassName
{
color: #68BD03;
}
.AnyTagClassName
{
color: #68BD03;
}
</style>
background-color css
<style>
a { background-color: #68BD03; }
a { background-color: rgb(104,189,3); }
div.DivClassName
{
background-color: #68BD03;
}
.BgClassName
{
background-color: #68BD03;
}
</style>
border-color css
<style>
span { border-color: #68BD03; }
span { border-color: rgb(104,189,3); }
td.TdClassName
{
border-color: #68BD03;
}
.TagClassName
{
border-color: #68BD03;
}
</style>