Shades of Christi #66BA11
Tints of Christi #66BA11
RGB
CMYK
RGB Variations
Color information
#66BA11 (or 0x66BA11) is known color: Christi. HEX triplet: 66, BA and 11. RGB value is (102,186,17). Sum of RGB (Red+Green+Blue) = 102+186+17=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BA11 is #9945EE. Grayscale: #8E8E8E. Windows color (decimal): -10044911 or 1161830. OLE color: 1161830.
HSL color Cylindrical-coordinate representation of color #66BA11: hue angle of 89.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66BA11 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 17 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.27 |
| HSL | 89.82º | 0.83% | 0.4% | - |
| HSV(B) | 89.82º | 0.91% | 0.73% | - |
| XYZ | 23.14 | 37.98 | 6.64 | - |
| YUV | 141.62 | 57.67 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 17 | 0.45 | 0 | 0.91 | 0.27 | 89.82 | 0.83 | 0.4 |
| Hex | 66 | BA | 11 | 2D | 0 | 5B | 1B | 5A | 53 | 28 |
| Octal | 146 | 272 | 21 | 55 | 0 | 133 | 33 | 132 | 123 | 50 |
| Binary | 1100110 | 10111010 | 10001 | 101101 | 0 | 1011011 | 11011 | 1011010 | 1010011 | 101000 |
Color Harmonies of #66BA11
Complementary color
Monochromatic Colors of #66BA11
Black with #66BA11
Text Example
Text Example
White with #66BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA11; }
p { color: rgb(102,186,17); }
H1.HeaderClassName
{
color: #66BA11;
}
.AnyTagClassName
{
color: #66BA11;
}
</style>
background-color css
<style>
a { background-color: #66BA11; }
a { background-color: rgb(102,186,17); }
div.DivClassName
{
background-color: #66BA11;
}
.BgClassName
{
background-color: #66BA11;
}
</style>
border-color css
<style>
span { border-color: #66BA11; }
span { border-color: rgb(102,186,17); }
td.TdClassName
{
border-color: #66BA11;
}
.TagClassName
{
border-color: #66BA11;
}
</style>