Shades of Christi #68BD01
Tints of Christi #68BD01
RGB
CMYK
RGB Variations
Color information
#68BD01 (or 0x68BD01) is known color: Christi. HEX triplet: 68, BD and 01. RGB value is (104,189,1). Sum of RGB (Red+Green+Blue) = 104+189+1=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BD01 is #9742FE. Grayscale: #8E8E8E. Windows color (decimal): -9913087 or 114024. OLE color: 114024.
HSL color Cylindrical-coordinate representation of color #68BD01: hue angle of 87.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68BD01 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.26 |
| HSL | 87.13º | 0.99% | 0.37% | - |
| HSV(B) | 87.13º | 0.99% | 0.74% | - |
| XYZ | 23.91 | 39.34 | 6.36 | - |
| YUV | 142.15 | 48.34 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 1 | 0.45 | 0 | 0.99 | 0.26 | 87.13 | 0.99 | 0.37 |
| Hex | 68 | BD | 1 | 2D | 0 | 63 | 1A | 57 | 63 | 25 |
| Octal | 150 | 275 | 1 | 55 | 0 | 143 | 32 | 127 | 143 | 45 |
| Binary | 1101000 | 10111101 | 1 | 101101 | 0 | 1100011 | 11010 | 1010111 | 1100011 | 100101 |
Color Harmonies of #68BD01
Complementary color
Monochromatic Colors of #68BD01
Black with #68BD01
Text Example
Text Example
White with #68BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD01; }
p { color: rgb(104,189,1); }
H1.HeaderClassName
{
color: #68BD01;
}
.AnyTagClassName
{
color: #68BD01;
}
</style>
background-color css
<style>
a { background-color: #68BD01; }
a { background-color: rgb(104,189,1); }
div.DivClassName
{
background-color: #68BD01;
}
.BgClassName
{
background-color: #68BD01;
}
</style>
border-color css
<style>
span { border-color: #68BD01; }
span { border-color: rgb(104,189,1); }
td.TdClassName
{
border-color: #68BD01;
}
.TagClassName
{
border-color: #68BD01;
}
</style>