Shades of Christi #68BF08
Tints of Christi #68BF08
RGB
CMYK
RGB Variations
Color information
#68BF08 (or 0x68BF08) is known color: Christi. HEX triplet: 68, BF and 08. RGB value is (104,191,8). Sum of RGB (Red+Green+Blue) = 104+191+8=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BF08 is #9740F7. Grayscale: #909090. Windows color (decimal): -9912568 or 573288. OLE color: 573288.
HSL color Cylindrical-coordinate representation of color #68BF08: hue angle of 88.52º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68BF08 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 8 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.25 |
| HSL | 88.52º | 0.92% | 0.39% | - |
| HSV(B) | 88.52º | 0.96% | 0.75% | - |
| XYZ | 24.38 | 40.22 | 6.71 | - |
| YUV | 144.13 | 51.18 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 8 | 0.46 | 0 | 0.96 | 0.25 | 88.52 | 0.92 | 0.39 |
| Hex | 68 | BF | 8 | 2E | 0 | 60 | 19 | 59 | 5C | 27 |
| Octal | 150 | 277 | 10 | 56 | 0 | 140 | 31 | 131 | 134 | 47 |
| Binary | 1101000 | 10111111 | 1000 | 101110 | 0 | 1100000 | 11001 | 1011001 | 1011100 | 100111 |
Color Harmonies of #68BF08
Complementary color
Monochromatic Colors of #68BF08
Black with #68BF08
Text Example
Text Example
White with #68BF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BF08; }
p { color: rgb(104,191,8); }
H1.HeaderClassName
{
color: #68BF08;
}
.AnyTagClassName
{
color: #68BF08;
}
</style>
background-color css
<style>
a { background-color: #68BF08; }
a { background-color: rgb(104,191,8); }
div.DivClassName
{
background-color: #68BF08;
}
.BgClassName
{
background-color: #68BF08;
}
</style>
border-color css
<style>
span { border-color: #68BF08; }
span { border-color: rgb(104,191,8); }
td.TdClassName
{
border-color: #68BF08;
}
.TagClassName
{
border-color: #68BF08;
}
</style>