Shades of Christi #66BA00
Tints of Christi #66BA00
RGB
CMYK
RGB Variations
Color information
#66BA00 (or 0x66BA00) is known color: Christi. HEX triplet: 66, BA and 00. RGB value is (102,186,0). Sum of RGB (Red+Green+Blue) = 102+186+0=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 186 (73.05% from 255 or 64.58% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BA00 is #9945FF. Grayscale: #8C8C8C. Windows color (decimal): -10044928 or 47718. OLE color: 47718.
HSL color Cylindrical-coordinate representation of color #66BA00: hue angle of 87.1º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66BA00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.27 |
| HSL | 87.1º | 1% | 0.36% | - |
| HSV(B) | 87.1º | 1% | 0.73% | - |
| XYZ | 23.04 | 37.94 | 6.11 | - |
| YUV | 139.68 | 49.17 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 0 | 0.45 | 0 | 1 | 0.27 | 87.1 | 1 | 0.36 |
| Hex | 66 | BA | 0 | 2D | 0 | 64 | 1B | 57 | 64 | 24 |
| Octal | 146 | 272 | 0 | 55 | 0 | 144 | 33 | 127 | 144 | 44 |
| Binary | 1100110 | 10111010 | 0 | 101101 | 0 | 1100100 | 11011 | 1010111 | 1100100 | 100100 |
Color Harmonies of #66BA00
Complementary color
Monochromatic Colors of #66BA00
Black with #66BA00
Text Example
Text Example
White with #66BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA00; }
p { color: rgb(102,186,0); }
H1.HeaderClassName
{
color: #66BA00;
}
.AnyTagClassName
{
color: #66BA00;
}
</style>
background-color css
<style>
a { background-color: #66BA00; }
a { background-color: rgb(102,186,0); }
div.DivClassName
{
background-color: #66BA00;
}
.BgClassName
{
background-color: #66BA00;
}
</style>
border-color css
<style>
span { border-color: #66BA00; }
span { border-color: rgb(102,186,0); }
td.TdClassName
{
border-color: #66BA00;
}
.TagClassName
{
border-color: #66BA00;
}
</style>