Shades of Christi #68BD16
Tints of Christi #68BD16
RGB
CMYK
RGB Variations
Color information
#68BD16 (or 0x68BD16) is known color: Christi. HEX triplet: 68, BD and 16. RGB value is (104,189,22). Sum of RGB (Red+Green+Blue) = 104+189+22=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BD16 is #9742E9. Grayscale: #919191. Windows color (decimal): -9913066 or 1490280. OLE color: 1490280.
HSL color Cylindrical-coordinate representation of color #68BD16: hue angle of 90.54º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68BD16 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 22 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.26 |
| HSL | 90.54º | 0.79% | 0.41% | - |
| HSV(B) | 90.54º | 0.88% | 0.74% | - |
| XYZ | 24.05 | 39.4 | 7.1 | - |
| YUV | 144.55 | 58.84 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 22 | 0.45 | 0 | 0.88 | 0.26 | 90.54 | 0.79 | 0.41 |
| Hex | 68 | BD | 16 | 2D | 0 | 58 | 1A | 5B | 4F | 29 |
| Octal | 150 | 275 | 26 | 55 | 0 | 130 | 32 | 133 | 117 | 51 |
| Binary | 1101000 | 10111101 | 10110 | 101101 | 0 | 1011000 | 11010 | 1011011 | 1001111 | 101001 |
Color Harmonies of #68BD16
Complementary color
Monochromatic Colors of #68BD16
Black with #68BD16
Text Example
Text Example
White with #68BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD16; }
p { color: rgb(104,189,22); }
H1.HeaderClassName
{
color: #68BD16;
}
.AnyTagClassName
{
color: #68BD16;
}
</style>
background-color css
<style>
a { background-color: #68BD16; }
a { background-color: rgb(104,189,22); }
div.DivClassName
{
background-color: #68BD16;
}
.BgClassName
{
background-color: #68BD16;
}
</style>
border-color css
<style>
span { border-color: #68BD16; }
span { border-color: rgb(104,189,22); }
td.TdClassName
{
border-color: #68BD16;
}
.TagClassName
{
border-color: #68BD16;
}
</style>