Shades of Christi #66BA17
Tints of Christi #66BA17
RGB
CMYK
RGB Variations
Color information
#66BA17 (or 0x66BA17) is known color: Christi. HEX triplet: 66, BA and 17. RGB value is (102,186,23). Sum of RGB (Red+Green+Blue) = 102+186+23=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BA17 is #9945E8. Grayscale: #8E8E8E. Windows color (decimal): -10044905 or 1555046. OLE color: 1555046.
HSL color Cylindrical-coordinate representation of color #66BA17: hue angle of 90.92º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66BA17 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 23 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.27 |
| HSL | 90.92º | 0.78% | 0.41% | - |
| HSV(B) | 90.92º | 0.88% | 0.73% | - |
| XYZ | 23.19 | 38 | 6.92 | - |
| YUV | 142.3 | 60.67 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 23 | 0.45 | 0 | 0.88 | 0.27 | 90.92 | 0.78 | 0.41 |
| Hex | 66 | BA | 17 | 2D | 0 | 58 | 1B | 5B | 4E | 29 |
| Octal | 146 | 272 | 27 | 55 | 0 | 130 | 33 | 133 | 116 | 51 |
| Binary | 1100110 | 10111010 | 10111 | 101101 | 0 | 1011000 | 11011 | 1011011 | 1001110 | 101001 |
Color Harmonies of #66BA17
Complementary color
Monochromatic Colors of #66BA17
Black with #66BA17
Text Example
Text Example
White with #66BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA17; }
p { color: rgb(102,186,23); }
H1.HeaderClassName
{
color: #66BA17;
}
.AnyTagClassName
{
color: #66BA17;
}
</style>
background-color css
<style>
a { background-color: #66BA17; }
a { background-color: rgb(102,186,23); }
div.DivClassName
{
background-color: #66BA17;
}
.BgClassName
{
background-color: #66BA17;
}
</style>
border-color css
<style>
span { border-color: #66BA17; }
span { border-color: rgb(102,186,23); }
td.TdClassName
{
border-color: #66BA17;
}
.TagClassName
{
border-color: #66BA17;
}
</style>