Shades of Christi #66BA08
Tints of Christi #66BA08
RGB
CMYK
RGB Variations
Color information
#66BA08 (or 0x66BA08) is known color: Christi. HEX triplet: 66, BA and 08. RGB value is (102,186,8). Sum of RGB (Red+Green+Blue) = 102+186+8=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BA08 is #9945F7. Grayscale: #8D8D8D. Windows color (decimal): -10044920 or 572006. OLE color: 572006.
HSL color Cylindrical-coordinate representation of color #66BA08: hue angle of 88.31º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66BA08 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 8 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.27 |
| HSL | 88.31º | 0.92% | 0.38% | - |
| HSV(B) | 88.31º | 0.96% | 0.73% | - |
| XYZ | 23.08 | 37.96 | 6.34 | - |
| YUV | 140.59 | 53.17 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 8 | 0.45 | 0 | 0.96 | 0.27 | 88.31 | 0.92 | 0.38 |
| Hex | 66 | BA | 8 | 2D | 0 | 60 | 1B | 58 | 5C | 26 |
| Octal | 146 | 272 | 10 | 55 | 0 | 140 | 33 | 130 | 134 | 46 |
| Binary | 1100110 | 10111010 | 1000 | 101101 | 0 | 1100000 | 11011 | 1011000 | 1011100 | 100110 |
Color Harmonies of #66BA08
Complementary color
Monochromatic Colors of #66BA08
Black with #66BA08
Text Example
Text Example
White with #66BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA08; }
p { color: rgb(102,186,8); }
H1.HeaderClassName
{
color: #66BA08;
}
.AnyTagClassName
{
color: #66BA08;
}
</style>
background-color css
<style>
a { background-color: #66BA08; }
a { background-color: rgb(102,186,8); }
div.DivClassName
{
background-color: #66BA08;
}
.BgClassName
{
background-color: #66BA08;
}
</style>
border-color css
<style>
span { border-color: #66BA08; }
span { border-color: rgb(102,186,8); }
td.TdClassName
{
border-color: #66BA08;
}
.TagClassName
{
border-color: #66BA08;
}
</style>